Web字体不在ie8中工作?

时间:2014-09-19 18:56:45

标签: css internet-explorer-8 webfonts

当我在ie8中测试它时,我试图使用的webfont没有出现。

这是我的css代码:

    @font-face {
  font-family: 'alternate_gothic_fsno_3';
  src: url("AlternateGothicNo3-webfont.eot");
  src: url("AlternateGothicNo3-webfont.eot?#iefix") format("embedded-opentype"),  
  url("AlternateGothicNo3-webfont.woff") 
  format("woff"), url("AlternateGothicNo3-webfont.ttf") format("truetype"), 
  url("AlternateGothicNo3-webfont.svg#alternate_gothic_fsno_3") format("svg");
  font-weight: normal;
  font-style: normal;
}

以下是我将此字体应用于HTML元素的位置:.mainnav ul.left li a{font-family:alternate_gothic_fsno_3; font-weight: normal; font-size:18px;}

  • 我已经确认字体文件都正常工作。
  • 我已经确认字体文件的路径是正确的。
  • 关闭停用下载字体的浏览器首选项。
  • webfont在IE9和IE10中都表现得非常好。
  • 在运行Windows 7和IE8的计算机上进行测试

我只是错过了一些非常明显的东西吗?

0 个答案:

没有答案