<system.webServer>
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="font/x-font-woff" />
</staticContent>
</system.webServer>
网站发布后经常遇到 字体文件请求不到的问题 配置webConfig可解决该问题
2023-12-05 13:02:52
<system.webServer>
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="font/x-font-woff" />
</staticContent>
</system.webServer>
网站发布后经常遇到 字体文件请求不到的问题 配置webConfig可解决该问题
下一篇:选择排序之javascript