本文介绍了Bootstrap 3 cdn glyphicons 不能仅在 Firefox 中加载的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Bootstrap 3 CDN 的字形未显示在 Firefox 中.它将显示在 Chrome、Safari 和 Internet Explorer 中.
Bootstrap 3 CDN's glyphicon is not showing up in firefox. It will show in Chrome,Safari and Internet explorer.
我正在加载带有以下内容的 boostrap cdn:
I am loading boostrap cdn with the follwing:
<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)
http://www.jussbuss.tv/testing/jbresponsive
推荐答案
参见 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.
这篇关于Bootstrap 3 cdn glyphicons 不能仅在 Firefox 中加载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!