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>

 

posted @ 2019-12-05 23:23  古兴越  阅读(331)  评论(0编辑  收藏  举报