Reputation: 1722
The bizarre thing is that on the same machine, in the same browser, using the same font files, the same glyphicon renders just fine on a different site that I developed. And that most glyphicons work on both sites.
As you can see, even the relevant CSS code is basically the same (aside from that upper case E when specifying the character which doesn't make a difference).
Thus, it seems to me that all of the common problems like the font being missing/corrupted or the browser being unable to interpret the character code don't apply. What else could cause this?
Upvotes: 1
Views: 55
Reputation: 1722
It seems that the problem was a corrupt font file.
I did not use this CDN for my other page and once I used the fonts contained in the Bootstrap Sass npm package instead, the icons showed up.
Upvotes: 1