Hi. Having an issue with the icons on my site for some time now. I have done the following:
1. Added the CORS code to my .htaccess.
<FilesMatch “.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
2. Turned off my CDN.
3. Turned off all caching plugins.
4. Turned off all security plugins.
None of this made any difference. Still all the icons are rectangles.