是否可以在不向web.config添加此代碼的情況下讓引導程序圖形工作?404 Not Found Glyphicons Bootstrap解決方法
<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>
不幸的是,我不能在我的工作場所添加這個,但仍然希望從bootstrap中使用分頁。有沒有其他解決方法?這些是我收到的錯誤。
也許以某種方式直接下載圖像並更改引導CSS以找到正確的?我需要的只是此刻的分頁。有任何想法嗎?
這個問題可能會讓你感興趣:http://stackoverflow.com/questions/33133497/bootstrap-about-fonts-files-roles-and-usages –