My social icons in the secondary header, social icons in the footer, and the search icon in the main header all display as squares when viewing in Chrome (Version 69.0.3497.100 (Official Build) (64-bit)). They display fine in Microsoft Edge. I found another thread from 2016 saying it could be a CORS issue so I placed the recommended code in the .htaccess file (see below) but it didn’t do anything. I did clear my cache.
<FilesMatch ".(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
How can I fix this?
Hey sjahan,
I can’t reproduce that on my end using the same version and browser, please try clearing your browser cache and reload page.
Best regards,
Rikard
Yup it’s working now. Thank you