XF 2.2 Problem with awesome text editor fonts

PhriXion

Member
Hello,

I have a problem on my forum, my text editor is not displayed: https://prnt.sc/v9npl4


Error on the console :

Code:
Access to font at 'https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff2' from origin 'https://leaked.id' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff2:1


Failed to load resource: net::ERR_FAILED
/forums/threads/v-priv%C3%A9e-sur-lsl-idis15/#post-47:1

Access to font at 'https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff2' from origin 'https://my.forum' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff2:1 Failed to load resource: net::ERR_FAILED
Node cannot be found in the current page.

Please, help me ;)

Best regards.
 
We never load Font Awesome from a separate domain, so this is definitely from some sort of customization. You likely need to serve the files locally.

Note that we already load Font Awesome in XF itself, though I believe it's currently 5.14.0, so you shouldn't need to do this unless you really need an icon that isn't present in our current version.
 
Top Bottom