【发布时间】:2014-06-01 19:02:48
【问题描述】:
我正在使用 google webfonts,并且遇到了 FF 和 chrome 中呈现锯齿状和不连贯字体的问题(IE11 可以更好地呈现它们)。
示例可以在这里找到:http://jsfiddle.net/PNYfR/
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Exo:300,400,700&subset=latin">
<p style="font-family: 'Exo', serif; font-weight: 400; font-style:normal; font-size:31px; color:white; background-color: #0085B2; line-heigth:1.42857; padding:100px">
Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type Director of Ascender Corp. This version contains the complete 897
</p>
我已阅读相关问题,但其中任何一个都没有为快速项目提供简单的解决方案:
- Google webfonts render choppy in Chrome on Windows
- Well rendered webfont solution
- Google webfonts and windows xp
更复杂的是,我们的设计师使用的是 Mac,它可以正确呈现字体。
问题:
- 是否有呈现正常的 google webfonts 列表?
- 或者有没有关于如何正确渲染字体的快速分步解决方案?
- 最后,是否有其他免费的 webfont 提供程序可以提供字体服务?
【问题讨论】:
-
重复谈论 OSX,我在 Windows 上遇到问题
-
解决这个问题的好方法是在本地托管你的字体,我推荐 google-webfonts-helper 来帮助你google-webfonts-helper.herokuapp.com
标签: html css fonts google-font-api