How can I integrate Font Awesome 4.3.0 with JSF?

后端 未结 1 713
清酒与你
清酒与你 2021-01-17 07:12

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

相关标签:
1条回答
  • 2021-01-17 07:28

    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" />
    
    0 讨论(0)
提交回复
热议问题