为什么不从服务器在IE中加载字体?

时间:2019-07-12 09:51:58

标签: css internet-explorer web font-awesome font-embedding

我在应用程序中使用fontawesome和Graphic。在本地,字体已正确加载到IE中,但未从实时服务器加载到页面中。问题仅在于IE。参见CSS代码:

@font-face { 
font-family: 'Graphik-Bold';
src: url('../fonts/graphik/Graphik-Bold-Web.eot'); 
src: url('../fonts/graphik/Graphik-Bold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/graphik/Graphik-Bold-Web.woff2') format('woff2'), url('../fonts/graphik/Graphik-Bold-Web.woff') format('woff');
font-weight: 700; 
font-style: normal;
font-stretch: normal;
} 

字体文件已从服务器正确加载到Chrome浏览器中。我不认为这不是因为CSS问题。我该如何解决这个问题?

0 个答案:

没有答案