Tagged: icons, missing icons, theme issue
Sometime in the past few months the theme icons for my website started to not appear (http://solutionblue.com/). Examples are the social icons on the top left, the slider icons, and the page to top icon. I’ve installed and re-installed the theme several times, but no luck. I’ve also trying clearing out my cache to make sure it wasn’t an issue on my computer. The icon issue seems to effect all major browsers including mobile. Any help is appreciated. Thanks!
Hi Matt!
Add this to your .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Cheers!
Josue