對Bootstrap 3 中的字形顯示問題進行故障排除
從Bootstrap 2.3 遷移到Bootstrap 3 時,用戶可能會遇到正確渲染字形的困難,特別是在火狐。此問題源自於 Bootstrap 的自訂版本中包含損壞的字體檔案。
要解決此問題,請驗證您是否使用自訂的 Bootstrap 發行版。如果是,請手動下載以下字體檔案來替換軟體包中損壞的字體:
- https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings -regular .svg
- https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff
- https://netdna.bootstrapcdn.com /ootstra.com /3.0.0/fonts/glyphicons-halflings-regular.ttf
- https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot
替換字型檔案後,請在瀏覽器中執行強力重新載入(CTRL F5)。這應該會恢復 Firefox 中字形的正確顯示。請記住,對於其他瀏覽器,預設情況下字形圖示應正確顯示。
以上是為什麼我的字形圖示在遷移到 Bootstrap 3 後無法在 Firefox 中呈現?的詳細內容。更多資訊請關注PHP中文網其他相關文章!