Having some trouble using Glyphicons with Bootstrap 3. I've noticed that a few of them aren't displaying properly.
For instance, when trying to use these three glyphicons, the first one doesn't seem to show up correctly (appears as an empty box):
<i class="glyphicon glyphicon-bell"></i>
<i class="glyphicon glyphicon-cog"></i>
<i class="glyphicon glyphicon-ban-circle"></i>
Live demo can be found here: http://jsfiddle.net/WE6BS/
I've included the CDN versions of Bootstrap JS, CSS, and Glyphicons, and also copied the code directly from the example page for Glyphicons. Any idea where I might be going wrong?