Skip to content

Instantly share code, notes, and snippets.

@Qleoz12
Created November 27, 2018 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Qleoz12/293c7382ceab8141a1ea3e5e33a591f0 to your computer and use it in GitHub Desktop.
Save Qleoz12/293c7382ceab8141a1ea3e5e33a591f0 to your computer and use it in GitHub Desktop.
For primefaces 6.2 also this worked fine for me
<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
<version>5.5.0</version>
</dependency>
and in xhtml file:
<h:outputScript library="webjars" name="font-awesome/5.5.0/js/all.js"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment