我遇到了字体和西里尔字符的问题。在 OS X 上的任何浏览器中显示时,字体会正确呈现,但在 Windows 7 机器(chrome 等)上查看时,字体无法呈现。
字体已经通过 Font Squirrel 并且文件附带的演示也失败了。
字体css:
@font-face {
font-family: 'open_sansregular';
src: url('opensans-regular-webfont.eot');
src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('opensans-regular-webfont.woff') format('woff'),
url('opensans-regular-webfont.ttf') format('truetype'),
url('opensans-regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
这是我的问题的一个非常基本的例子。http://joshmahony.com/font_test/opensans-regular-demo.html
编辑:我已经更新了我的链接,因此字体回退到新罗马时代,并添加了一些英文字符以表明西里尔文正在回落。