当前位置: 代码迷 >> 综合 >> woff字体MIME类型配置
  详细解决方案

woff字体MIME类型配置

热度:81   发布时间:2023-09-05 19:36:11.0

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可解决该问题