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?
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
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Fonts not showing in Chrome browsers’ is closed to new replies.