I'm trying to use Glyphicons with Bootstrap 3 and am finding that some of them don't work.

For example, out of these three glyphicons, the first one doesn't work (it shows up as am empty box):

<i class="glyphicon glyphicon-bell"></i>
<i class="glyphicon glyphicon-cog"></i>
<i class="glyphicon glyphicon-ban-circle"></i>

JSFIDDLE: http://jsfiddle.net/WE6BS/

I'm using the CDN versions of the Bootstrap JS, CSS, and Glyphicons, as well as copying code directly from the Glyphicons example page, so what am I doing wrong?

有帮助吗?

解决方案

There is most likely an issue with inclusion of Glyphicons on BootstrapCDN 3.0.0 version. When 3.0 was released the glyphicons were in a separate repo, and then combined into the Bootstrap baseline again later around 3.0.1.

The latest 3.0.3 seems to work fine: http://jsfiddle.net/EhwT3/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top