我正在使用三种 Google Web 字体:
<link href='http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
Bad Script 和 Roboto 渲染正确,但 Roboto Condensed 在某些地方没有渲染,而是 Times New Roman。
CSS 没有问题,因为谷歌浏览器在匹配的 CSS 规则中显示了正确的字体系列。
此外,我清除了 Windows 和浏览器中的字体缓存,并在 Windows 中重新安装了默认字体。
在另一台 PC 和不同的浏览器中,它可以正确呈现。
有没有人遇到同样的问题?