My website – which I created on Friday, is suddenly not displaying any icons. The only browser displaying the icons is Safari. Please help. I have the latest version of Enfold as I bought it and downloaded it late last week.
Hi Yigit
I only have a wp-config file in the root and not a web.config file. Should I add the code to the wp-config file? I have no idea how to merge it. Do I just cut and paste it into the file and FTP?
:-)
Hi!
You are probably using Apache, so you’d need to look for the .htaccess file (may be hidden) and put this code in it:
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Cheers!
Josue