我的IE7有@font-face
问题。它将字符显示-
为正方形,请参见此屏幕截图。正常文本和其他特殊字符如&
,/
等+
可以正常显示。
它在我测试过的所有浏览器中都能正常工作,甚至是 IE8。
有没有人遇到过这种情况,并且可能知道解决方案?
我用来加载字体的 CSS 如下,我尝试使用两者text-transform:uppercase/lowercase
来查看是否是问题所在。
@font-face {
font-family: 'rex-bold';
src: url('fonts/rex_bold-webfont.eot');
src: url('fonts/rex_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/rex_bold-webfont.woff') format('woff'),
url('fonts/rex_bold-webfont.ttf') format('truetype'),
url('fonts/rex_bold-webfont.svg#rex_bold_bold') format('svg');
font-weight: normal;
font-style: normal;
}