• Resolved calebjones

    (@calebjones)


    I’ve tried adding:

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

    To .htaccess file.

    I’ve also tried enabling “Query String Forwarding and Caching” in my CloudFront Distribution.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author luckychingi

    (@luckychingi)

    @calebjones have you tried moving the above code immediately under # END WordPress in your .htacess file?

    Thread Starter calebjones

    (@calebjones)

    No difference. But I’m starting to question whether this is an issue with the plugin/CloudFront or whether it may be a Chrome/Wordpress problem. A curl command to the CloudFront URLs that Chrome reports “err_failed” returns 200 OK and I can download the files directly from CloudFront.

    Marking as resolved. Thanks for your prompt reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TTF/WOFF Assets Not Loading’ is closed to new replies.