woff字体MIME类型配置

woff字体MIME类型配置

1

2

3

4

5

6

<system.webServer>

    <staticContent>

         <remove fileExtension=".woff" />

         <mimeMap fileExtension=".woff" mimeType="font/x-font-woff" /> 

    </staticContent>

</system.webServer>

  

网站发布后经常遇到 字体文件请求不到的问题  配置webConfig可解决该问题

posted @ 2019-12-02 11:09  grj001  阅读(72)  评论(0编辑  收藏  举报