I was longing for the inclusion of FontAwesome icons inside Primefaces, and finally Optimus posted yesterday this great new. --> http://blog.primefaces.org/?p=3004#comment-5422
Integrated by Max Dicson We now should be able to use them.
However following at the tutorial video I'm not able to work it out.
- Using PF4.0 but JSF 2.1 (the only diff from the video)
- Added the last maven-FontAwesome.jar --> http://mvnrepository.com/artifact/org.webjars/font-awesome/4.0.3
Added the mime-types in the web.xml file
Calling the relevant css file with
<h:outputStylesheet name="webjars/font-awesome/4.0.3/css/font-awesome.css">
But not being able to get my desired fa-bug.
Any idea? Thanks!