对于客户端,我必须更改旧应用程序上的字体使用工作... 它对其他浏览器非常有效,但它在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;
}
抱歉所有的拼写错误
答案 0 :(得分:0)