在web.config中的<system.webServer>中添加
<staticContent>
<remove fileExtension=".woff"/><mimeMap fileExtension=".woff" mimeType="application/font-woff" />
</staticContent>
本文介绍如何在web.config文件中为WOFF字体文件设置正确的MIME类型。通过<system.webServer>下的<staticContent>标签,移除旧的扩展名映射并添加新的MIME类型映射。
在web.config中的<system.webServer>中添加
<staticContent>
<remove fileExtension=".woff"/>
247

被折叠的 条评论
为什么被折叠?