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?