2
|
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.
| |||
3
|
I have the same issue with http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css. Referencing http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css solves the problem for me.
Demos:
3.0.0 - doesn't work
3.0.2 - works fine
UPD:
looks like v3.0.3 is out now - http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css
3.0.3 - works fine too
| |||
glyphicons.less
isn't commented in yourbootstrap.less
. – thiagobraga Oct 22 '13 at 1:16