Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #379423

    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?

    #379431

    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

    #379455

    Wow

    It worked! What creates this problem in the first place?

    #379462

    Hi!

    Font are trying get loaded from a different URL ( even missing www makes difference ) and this code makes sure that they are being loaded. Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Media Icons not rendering’ is closed to new replies.