小编Jos*_*idt的帖子

自定义字体STILL无法在IE中使用

我想要显示自定义字体"Duke-Fill"的网页是http://www.hamlinforcongress.com/helpout.php

我正在使用:

@font-face {
font-family: 'header_font';
src: url('Duke-Fill.eot?#iefix') format('embedded-opentype'), 
     url('Duke-Fill.woff') format('woff'), 
     url('Duke-Fill.ttf')  format('truetype'),
     url('Duke-Fill.svg#svgFontName') format('svg');
}
.header_font{
font-family: header_font;
}
Run Code Online (Sandbox Code Playgroud)

我已经尝试了我可以在互联网上找到的所有其他建议,但没有任何东西可以在Internet Explorer中显示自定义字体.它在所有其他可以想象的浏览器中都能很好地工作,但不是IE(惊喜).救命?

html css internet-explorer font-face custom-font

3
推荐指数
1
解决办法
4522
查看次数

标签 统计

css ×1

custom-font ×1

font-face ×1

html ×1

internet-explorer ×1