我收到错误:
@ font-face失败OpenType嵌入权限检查。权限必须是可安装的。“在IE中。
要解决此问题,我在网络配置中添加 MIME类型。但问题仍然存在。
它在其他浏览器中工作正常( Chrome,Mozilla )。使用Umbraco版本( Umbraco 7.4.3 )。
答案 0 :(得分:0)
您可以尝试在web.config中添加此内容
<system.webServer>
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/octet-stream" />
</staticContent>
</system.webServer>
@font-face failed OpenType embedding permission check. Permission must be Installable