IIS 加载字体

Posted guxingy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IIS 加载字体相关的知识,希望对你有一定的参考价值。

 

原文:https://blog.csdn.net/prospertu/article/details/72852500

 

<system.webServer>
  <staticContent>
    <remove fileExtension=".woff" />
    <remove fileExtension=".xap" />
    <remove fileExtension=".xaml" />

    <mimeMap fileExtension=".woff" mimeType="font/x-font-woff" />
    <mimeMap fileExtension=".xap" mimeType="xapapplication/x-silverlight"/>
    <mimeMap fileExtension=".xaml" mimeType="application/xaml+xml"/>
  </staticContent>
</system.webServer>

 

以上是关于IIS 加载字体的主要内容,如果未能解决你的问题,请参考以下文章

IIS无法加载字体文件(*.woff,*.svg)的解决办法

IIS 图片加载不出来

解决IIS Web部署 svg/woff/woff2字体 404错误

WinServer-IIS-svg/woff/woff2字体 404错误

在IIS服务器上部署svg/woff/woff2字体

解决Web部署 svg/woff/woff2字体 404错误