I\'ve already tried this method:
How to use Font Awesome from webjars.org with JSF
It actually works great. The problem is that configuring the omnifaces Un
If you use the latest webjars font-awesome version, there is nothing to configure. Add the jar to your project, either via maven or directly and it just works. Just make sure you include the correct css
<h:outputStylesheet library="webjars" name="font-awesome/4.3.0/css/font-awesome-jsf.css" />