Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #342391

    I was working on a test site where we had everything working correctly. We then pushed it over to the main site. Upon doing that, the font symbols went wacky and are only showing up as boxes now.

    #343172

    Hi tlodo543!

    Please try adding following to .htaccess file

    <FilesMatch "\.(ttf|otf|woff)$">
    <IfModule mod_headers.c>
            Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.