How install font-awesome via bower

silviomoreto picture silviomoreto · May 19, 2016 · Viewed 37.5k times · Source

I have just installed font-awesome via bower:

bower install font-awesome --save

And it appears to not add the CSS at the bower build. How can I install it?

Answer

Guilherme Goto Escudero picture Guilherme Goto Escudero · May 19, 2016

When you use font-awesome via bower it does not include the CSS when you build it. Try using:

bower install components-font-awesome --save

It should work just fine.