XF 2.1 For 2.1 does anything need to be done in order to use Font Awesome 5+?

entelechy

Active member
After just upgrading to 2.1 my fonts are still only showing if they are FA 1 or 2. The same FA 3/4/5/6 are still not showing properly. Is there something else I need to do after upgrading to 2.1 in order to use all of the newer FA's?
 
** I'm using the unicode versions instead of the html:


.node--forum.node--id70.node--read .node-icon i:before
{content: "\f5dc";
font-family: FontAwesome;
color: #040732;
}

But for neither 2.0.7 or 2.1 does this icon reflect. Is there a unicode version of adding "fab"/"fas" to the front of the fa code or how else could I implement this icon?
 
Top Bottom