I'm having trouble getting the bootstrap glyphicons to show in IE10 or FF. I'm using the latest bootstrap 3 code and am including the glyphicons the standard way:
<span class="glyphicon glyphicon-edit"></span>
They work fine in Chrome, however in IE10 they aren't visible and generate errors in console:
CSS3111: @font-face encountered unknown error.
glyphicons-halflings-regular.eot
CSS3111: @font-face encountered unknown error.
glyphicons-halflings-regular.woff
CSS3111: @font-face encountered unknown error.
glyphicons-halflings-regular.ttf
Interestingly, they work locally in IE10, but not remotely.
In FF they show the "E034" icon, which I assume means image not found?