Page 1 of 1

how to use font-awesome in morpheus

Posted: 21 Feb 2017, 07:52
by smarttrade
when i run sample page after morpheus purchase and jar installation icons not displayed as like in online theme. when i check in view source font-awesome.css file missing.

how to include that into my project.

Re: how to use font-awesome in morpheus

Posted: 21 Feb 2017, 11:52
by mert.sincan
Please add the following context into your web.xml;

Code: Select all

<context-param>
        <param-name>primefaces.FONT_AWESOME</param-name>
        <param-value>true</param-value>
</context-param>