ASP.NET 發佈到IIS後支撐woff 的解決方案

<system.webServer>
    <staticContent>
        <remove fileExtension=".woff" />
        <mimeMap fileExtension=".woff" mimeType="application/x-woff" />
    </staticContent>
</system.webServer>web

在 system.webServer 中增長 woff 的相應信息便可app

相關文章
相關標籤/搜索