XF 2.2 FontAwesome - Different types / Packs

I am trying to use these two different font icons .. How would i type that up in my extra .less??

fa-fw select-all far

fab fa-adversal
 
Typically something like:

Less:
.class:before
{
    .m-faContent(@fa-var-icon);
}

Replace the class and icon name as required.
 
Back
Top Bottom