我正在使用myfonts.com,我在IE浏览器中加载字体时出现问题。它适用于IE以外的所有其他浏览器。我知道字体在IE之前工作,所以不确定发生了什么。我更新了我的.conf文件以包含:
AddType application/vnd.ms-fontobject eot
AddType application/x-font-ttf ttf ttc
AddType font/opentype otf
AddType application/x-font-woff woff
<FilesMatch "\.(ttf|otf|eot)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
但它并没有在IE中修复任何东西。我使用Drupal模块来聚合css和js文件,但我已经激活了一段时间。
网站位于:http://www.conversantmedia.com/
有人会有什么建议吗?在IE中我没有看到任何重大错误只是警告,但会阻止字体加载吗?