twitter-bootstrap Bootstrap 3 cdn glyphicons 不能仅在 Firefox 中加载
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19060994/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Bootstrap 3 cdn glyphicons not loading in firefox only
提问by Andrew Hymanson
Bootstrap 3 CDN's glyphicon is not showing up in firefox. It will show in Chrome,Safari and Internet explorer.
Bootstrap 3 CDN 的字形未显示在 Firefox 中。它将显示在 Chrome、Safari 和 Internet Explorer 中。
I am loading boostrap cdn with the follwing:
我正在加载带有以下内容的 boostrap cdn:
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
rel="stylesheet">
Below is the page with the glyphicon: (it is to the right of the grey list items)
下面是带有字形图标的页面:(它位于灰色列表项的右侧)
回答by user247702
See https://github.com/FortAwesome/Font-Awesome/issues/2044and https://github.com/MaxCDN/bootstrap-cdn/issues/196
见https://github.com/FortAwesome/Font-Awesome/issues/2044和https://github.com/MaxCDN/bootstrap-cdn/issues/196
It should be fixed now, try clearing your cache.
现在应该修复了,尝试清除缓存。

