vwall / compass-twitter-bootstrap

The twitter bootstrap ported to compass
722 stars 119 forks source link

FontAwesome icons not appearing #46

Open pedro-couto opened 12 years ago

pedro-couto commented 12 years ago

Hi guys,

I'm having trouble with FontAwesome icons using @import "compass_twitter_bootstrap_awesome";

The icons don't appear. (just a square placeholder instead of the icons)

Do I need to change anything else? Or there is some issue with it?

Thanks.

judewang commented 12 years ago

I think maybe you should put the glyphicons-halflings.png in the right place.

pedro-couto commented 12 years ago

The point of using the Font is to not use sprites.

kpvarma27 commented 12 years ago

I am having the same problem . Did you fixed it ?

imeos commented 12 years ago

Seems to be still broken

ghost commented 11 years ago

It's still broken

floxx commented 11 years ago

Just a workaround: Download Font Awesome and copy included fonts to a directory of your choice.

Add $fontAwesomePath: "<path-to-your-fonts>/fontawesome-webfont"; before @import. Have fun.