Reputation: 1679
I've changed the default bootstrap.css file, and when I use default icons, it doesn't display anything, and when I use font-awesome icons, it's just a square. This is my bootstrap.css:
Upvotes: 0
Views: 759
Reputation: 730
This is actually a bug in the Bootstrap build system where it winds up creating corrupted fonts.
I can't find the actual bug tracker link that I originally read it in but if you look around SO you'll see similar problems from others all related to the same thing.
The easiest way to fix this is to recompile the files and get the new font files. Pretty sure you can just do it via the customizer on the official site.
http://getbootstrap.com/customize/
Upvotes: 2