强迫IE嵌入@Font Face?

时间:2015-11-04 13:59:28

标签: css internet-explorer font-face embedding

我正在使用Font Face工作,但我的客户端的IE 11和12没有加载它们。在许多机器上无休止地测试并且总是取得成功后,我确信他们的IE默认为不允许嵌入。有没有解决的办法?

这是我的CSSS

@font-face {
    font-family: 'hirukoregular';
    src: url('fonts/thinkdust_-_hiruko-webfont.eot');
    src: url('fonts/thinkdust_-_hiruko-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/thinkdust_-_hiruko-webfont.woff2') format('woff2'),
         url('fonts/thinkdust_-_hiruko-webfont.woff') format('woff'),
         url('fonts/thinkdust_-_hiruko-webfont.ttf') format('truetype'),
         url('fonts/thinkdust_-_hiruko-webfont.svg#hirukoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

0 个答案:

没有答案