在Web.config里添加以下代码即可
<configuration>
<system.webServer>
<staticContent>
<!-- remove first in case they are defined in IIS already, which would cause a runtime error -->
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
</staticContent>
</system.webServer>
- </configuration>
参考:
时间: 2024-10-08 14:09:47