Tuesday, October 21, 2014

glyphicon seems to be showing up as just an ASCII square. Referencing http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css solves the problem

I'm using Bootstrap (3.0.0) and trying to put this on my webpage:
Every other glyphicon seems to be showing up except the wrench which is just an ASCII square.
share|improve this question
2 
Working normally here: jsfiddle.net/thiagobraga/eAPAj. Try to download again Bootstrap. Are you using LESS to build the CSS files? Check if glyphicons.less isn't commented in your bootstrap.less. – thiagobraga Oct 22 '13 at 1:16 
   
I have this going on right now as well. Did you figure this out? –  SonicTheLichen Nov 1 '13 at 18:01
   
Sorry. I didn't find a solution. –  dave_gerard Nov 2 '13 at 19:00
   
@thiagobraga it probably works for you because you have old working version cached in your browser. Your fiddle shows an ASCII square for me. –  Maksim Vi. Dec 24 '13 at 1:49
   
Sorry. I tried too and see the square. Like you've said in your answer, changing the fiddle to the most recent Bootstrap version works correctly. jsfiddle.net/thiagobraga/eAPAj –  thiagobraga Dec 24 '13 at 17:50 
Demos:
3.0.0 - doesn't work
3.0.2 - works fine
UPD:
3.0.3 - works fine too
share|improve this answer

No comments:

Post a Comment