字体导入无法在IE10上运行

时间:2015-10-15 09:51:03

标签: css internet-explorer fonts font-face

对于客户端,我必须更改旧应用程序上的字体使用工作... 它对其他浏览器非常有效,但它在Internet Explorer上没有(当前版本是10)......

我在网上发现了很多关于它的事情,但我仍然遇到了问题...... 对不起,如果我错过了答案:(

以下是导入字体的代码:

@font-face {
    font-family: 'Din';
    src: url('../fonts/din/DINPro.eot');
    src: url('../fonts/din/DINPro.otf') format('truetype'),
    url('../fonts/din/DINPro.woff') format('woff'),
    url('../fonts/din/DINPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/din/DINPro.svg#QuadrantaBold') format('svg');
    font-weight:400;
    font-style:normal;
}

抱歉所有的拼写错误

1 个答案:

答案 0 :(得分:0)

正如我们在评论中所说,您需要转换所需格式的字体,然后将其包含在代码中(您还拥有完整的代码,因此您只需转换并上传文件)。

我建议:

http://font2web.com

IE浏览器需要EOT文件。