There are strange characters that started showing up where the icons used to be. Any thoughts on how this happened or how to correct it?
Thanks,
Minn
Hey Minn!
Try adding this to your .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Regards,
Josue
Hi Josue,
Which area should I add that to?
I can access the section that you are referring to through the file manager of my host, but do I just copy and paste it at the bottom?
Please advise on what part of the code I should add the above snippet. Would it be before “end of wordpress”?
Hi!
Yes, pasting it at the bottom should work.
Best regards,
Josue