码迷,mamicode.com
首页 > 其他好文 > 详细

IIS 加载字体

时间:2019-12-06 00:42:23      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:pre   csdn   type   tps   rem   span   style   color   sys   

 

原文: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 加载字体

标签:pre   csdn   type   tps   rem   span   style   color   sys   

原文地址:https://www.cnblogs.com/guxingy/p/11992766.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!