搜索了下,果然是因为mine没有配置的原因。

http://stackoverflow.com/questions/32300578/how-to-remove-error-about-glyphicons-halflings-regular-woff2-not-found

 

改配置的方式比较能接受

<system.webServer>

...

</modules>

<staticContent>

<remove fileExtension=".woff" />

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

<remove fileExtension=".woff2" />

<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />

</staticContent>

然而,这个节点会提醒无效的。只好修改iis的mine.了。

添加了.woff.woff2 刷新后找到了。

posted on 2017-04-07 11:12  有好多问题噶波风水门  阅读(430)  评论(0编辑  收藏  举报