1 2 3 4 5 6 |
<pre class="inline:true class:language-xml decode:1 " ><system.webServer> <staticContent> <remove fileExtension=".woff" /> <mimeMap fileExtension=".woff" mimeType="application/x-woff" /> </staticContent> </system.webServer> |
在 system.webServer 中增加 woff 的相应信息即可
浏览量: 2