当我在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;}
我只是错过了一些非常明显的东西吗?