.woff 文件出现 404 错误。即使我已按照.woff2 字体的正确 MIME 类型中的说明将 .woff 添加到 IIS 中的 MIME 类型,我仍然收到 404 错误。它适用于 IE,但不适用于 chrome。任何指针?我无法将以下内容添加到 web.config。
<system.web>
...
<staticContent>
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
</staticContent>
</system.web>
任何指针将不胜感激。