Hi, the behavior is very strange, when I use chrome browser, instead of the correct social icons, the browser shows some symbols. But, that s not all, when is use http://www.domian.com, the icons are correct, when I use domain.com the icons are wrong.
Any idea on how to fix this?
Thanks in advance
Hey ggravina!
Please add following to your .htaccess file
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Regards,
Yigit
Fantastic! Is working perfect!
Thanks!