Tagged: icons
Hey guys, love the template – On http://www.siarza.net, my icons are not appearing. In case you don’t see it, i took a screenshot of the main navigation bottom icons and how they appear through my site: https://www.dropbox.com/s/zs7ywoel2c5jg5n/Capture.JPG?dl=0
This has happened to me before, and someone told me to install and reinstall something – what should i do?
Hey!
Try adding this to your .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Cheers!
Josue