Fonts not showing in Chrome browsers

Home Forums Use Any Fonts Fonts not showing in Chrome browsers

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #371973
    Joel
    Guest

    Hello,

    The last couple of websites we build don’t show the in Use Any Font assigned fonts in the Chrome browser. For instance (testarea): https://cluster.swlogin.nl/achtbaan/

    In Safari it works perfectly, but in Chrome it doesn’t. How can we fix this?

    #371995
    Dinesh
    Keymaster

    Hi Joel,

    Found CORS domain issue there due to domain mismatch. Since your are using multi site step, the domain which serves font and the domain using it is different. So you need to enable CORS.

    Please keep this your htaccess file and this should fix the issue.



    Header set Access-Control-Allow-Origin “*”

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Fonts not showing in Chrome browsers’ is closed to new replies.