此乃服务器不支持这种文件,因此需要修改一下配置,让IIS支持这种文件的访问

<system.webServer>

下增加节点:

<staticContent>
  <remove fileExtension=".woff"/>
  <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
</staticContent>

相关文章:

  • 2022-12-23
  • 2022-01-06
  • 2021-09-09
  • 2022-12-23
  • 2021-09-11
  • 2021-04-16
  • 2021-05-18
猜你喜欢
  • 2021-12-15
  • 2022-12-23
  • 2021-12-27
  • 2021-11-11
  • 2022-01-01
  • 2021-10-19
相关资源
相似解决方案