Doesn't work in Windows. It works in Mac.

Home Forums Use Any Fonts Doesn't work in Windows. It works in Mac.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6894
    Alberto
    Guest

    Hello,

    Im trying to use a font with this plugin and, I have two domains, .ES and .COM
    The main one is .ES and the weirdest part is that, in MacOS it works in both domains, but, in windows, it works just in .COM or (in other computer with chrome) in no one…

    please help!

    #6901
    Dinesh
    Keymaster

    Hi Alberto,

    There is cross domain issue here. So please kindly keep this in your main site (.com) and this should fix the issue for you.

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

    Hope this helps.

    Thanks

    #6939
    Jason Abrahams
    Guest

    We are experiencing the same issue on our site that we just launched yesterday. Do we need to insert that same code and if so, where do we insert it?

    #6948
    Dinesh
    Keymaster

    Hi Jason,

    Seems like that was cache issue before. I can see it working fine in your site currently.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Doesn't work in Windows. It works in Mac.’ is closed to new replies.