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?
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.