Cross-Origin resource

Home Forums Use Any Fonts Cross-Origin resource

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6317
    Bryan Fisher
    Guest

    I have a development site (http://dev.lange.us.com/) which loads the h1-h6 font I want (geogrotesque) properly.

    My live site (langeus.com) is set up on a multisite. When I try to load the same font on the live site, in the Google developer console it says “Font from origin ‘http://lange-site.com’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://langeus.com’ is therefore not allowed access.”

    It loads my Use Any Font designation of a body font (klavika) just fine, but gives this error if I have geogrotesque in there.

    “Use relative path for font (Needed when you have domain mapping).” is checked in settings.

    #6318
    Dinesh
    Keymaster

    Hi,

    Can you please keep this in your main htaccess file and try ?

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

    Hope this solves the issue.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Cross-Origin resource’ is closed to new replies.