【发布时间】:2014-01-27 20:59:57
【问题描述】:
我该如何解决这个问题?
第一个“D”在 Chrome 31.0.1650.63 m 上呈现,第二个在 IE11 上呈现。
更新:
添加-webkit-font-smoothing: antialiased; 问题仍然存在...
可能是显卡问题?
更新 2:
css字体代码:
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(../font/font1.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(../font/font2.woff) format('woff');
}
【问题讨论】:
-
你用的是什么字体?
-
这太疯狂了,他们可以索引网络等等。但至少 2 年后不能正确渲染字体。
-
Chrome 和 Safari 是最差的! IE 和 FireFox 运行良好,几乎看不出任何差异。
标签: css google-chrome webfonts font-awesome