hi for some reason on this site
http://thedtc.co.uk/ The social media icons don’t render can you advise what I am to do?
Hey codecreative!
Please add following to your .htaccess file
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Best regards,
Yigit
Wow
It worked! What creates this problem in the first place?