Support font awesome not working

barmax

Registered
Hi

I download this theme ( XF2 Style - Fantastic Pro )

but some icons not working
Screenshot 2025-08-14 025049.png

Code:
&:after
    {
        content:'\f086';
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        .xf-xentr_bodyHeaderAfter();
        .m-faBase();
        
    }

the UNICODE ( \f086 ) not show
almost all icons that using UNICODE
 
Back
Top Bottom