sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
504 stars 259 forks source link

Fontawesome icons not working #200

Open blonkm opened 9 years ago

blonkm commented 9 years ago

I have two icons: fa-futbol-o and fa-bar-chart that are not showing up. I already downloaded the latest fontawesome pack to see if that was the problem.

Perhaps the dashes are a problem??

iliavlad commented 9 years ago

sleeping-owl/admin has Font Awesome 4.1.0 (http://sleeping-owl.github.io/en/Introduction.html) fa-futbol-o comes with 4.2 (http://fortawesome.github.io/Font-Awesome/icon/futbol-o/)

blonkm commented 9 years ago

ok, but all the js and css is compressed into one file. Can I somehow replace FontAwesome with a new version then?

iliavlad commented 9 years ago

To test you can download new font awesome. Put font-awesome.min.css to public\packages\sleeping-owl\admin\, fontawesome-webfont.ttf and fontawesome-webfont.woff to public\packages\sleeping-owl\fonts. Then add 'admin::font-awesome.min.css' to $styles at SleepingOwl\Admin\AssetManager. Enjoy.