dynamitem
dynamitem

Reputation: 1679

Bootstrap won't display default icons and font awesome icons

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:

http://pastebin.com/XveCZ1a5

Upvotes: 0

Views: 759

Answers (1)

William Patton
William Patton

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

Related Questions