Fonts don't work in firefox and chrome

Home Forums Use Any Fonts Fonts don't work in firefox and chrome

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6478
    Carolin
    Guest

    Hi, I am starting up a new blog and wanted to use a different font, so i used your plug-in use any font. I have now uploaded one san serif font and it works fine in safari, but in firefox and chrome there is a completely different font, a serif font, how come that this happened?

    Thanks!

    #6484
    Dinesh
    Keymaster

    Hi Carolin,

    Currently there is cross domain issue. Your fonts are trying to loading from media subdomain.

    So please keep this in your htaccess file of the main folder and it should allow the font loading.

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

    Hope this helps.

    Thanks

    #6489
    Carolin
    Guest

    Sorry to say that this does not make any diffrence.
    Is this a problem with the use any font plugin or is it my theme and website that creates this problem?
    Any other suggestions?

    /Carolin

    #6491
    Dinesh
    Keymaster

    Hi Carolin,

    In that case, please talk with your host provider and let them know that you are trying to load fonts from media subdomain to your main domain and you want to unblock cross domain.

    They can help you here.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fonts don't work in firefox and chrome’ is closed to new replies.