I just bought a FontAwesome 5 Pro Licence from their website (https://fontawesome.com/icons). I'm working on a JSF + PrimeFaces web app. Now I want to be able of using those icons in my project. I know that there's already a library that contains some icons but I need the Regular and Light versions:
<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
<version>5.0.2</version>
</dependency>
How can I integrate this version on my project? Greetings