无法在我的网站中解码下载的字体

时间:2017-05-22 07:38:17

标签: html css fonts font-face webfonts

这是我在网站上收到的错误。不幸的是,搜索它并没有给我太多的结果。

Failed to decode downloaded font: http://mysite/testing/site1/revolution/fonts/revicons/revicons90c6-2.html?5510888

index.php#tab3:1 OTS解析错误:无效的版本标记

我的CSS就是这些:

@font-face {
font-family: 'revicons';
src: url('../fonts/revicons/revicons90c6.html?5510888');
src: url('../fonts/revicons/revicons90c6.html?5510888#iefix') 
 format('embedded-opentype'),
   url('../fonts/revicons/revicons90c6-2.html?5510888') format('woff'),
   url('../fonts/revicons/revicons90c6-3.html?5510888') format('truetype'),
   url('../fonts/revicons/revicons90c6-4.html?5510888#revicons') 
   format('svg');
   font-weight: normal;
   font-style: normal;
  }

0 个答案:

没有答案