This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
Tell me what problem so next time facing same problem I can fix it myself.
Hello,
Problem is related to your server settings http://prntscr.com/cebwk2
Try to add the following code in .htaccess file
<IfModule mod_headers.c>
<FilesMatch "\.(svg|ttf|otf|eot|woff|woff2)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
Regards
You must be logged in to reply to this topic.Log in/Sign up