網站發佈後經常遇到 字體文件請求不到的問題 配置webConfig可解決該問題 ...
<system.webServer> <staticContent> <remove fileExtension=".woff" /> <mimeMap fileExtension=".woff" mimeType="font/x-font-woff" /> </staticContent> </system.webServer>
網站發佈後經常遇到 字體文件請求不到的問題 配置webConfig可解決該問題