【发布时间】:2016-01-12 23:07:15
【问题描述】:
是否可以在不将此代码添加到 web.config 的情况下让引导 glyphicons 工作?
<system.webServer>
<staticContent>
<remove fileExtension=".woff" />
<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
<mimeMap fileExtension=".woff2" mimeType="application/font-woff" />
</staticContent>
</system.webServer>
很遗憾,我无法在工作场所添加此功能,但仍想使用引导程序中的分页。有没有其他方法可以解决这个问题?这些是我收到的错误。
也许以某种方式直接下载图像并更改引导 css 以找到正确的图像?我现在需要的只是分页。有什么想法吗?
【问题讨论】:
-
您可能对这个问题感兴趣:stackoverflow.com/questions/33133497/…
标签: css twitter-bootstrap iis