simison / bootstrap3-less

(deprecated) Bootstrap 3 for Meteor, with Less.
60 stars 19 forks source link

How do I get the glyphicons to work? #3

Closed thomastraum closed 11 years ago

thomastraum commented 11 years ago

Sorry if this is obvious, but how do I get the glyphicons to work. I have the symlink in public/fonts/. then use <a class="delete" href="#"> <span class="glyphicon glyphicon-trash"></span> </a> but the icon just shows up as an empty rectangle. https://www.dropbox.com/s/sk1ztdsehnw0e05/Screenshot%202013-10-08%2010.15.55.png

eprochasson commented 11 years ago

You're right, there seem to be something wrong with it, I'll have a look.

eprochasson commented 11 years ago

I used the bootstrap to get the font now, it should work.

tanis2000 commented 10 years ago

I still see the empty rectangles even with these changes.