Best Premium and Free WordPress Themes › Forums › Medical Circle Pro › Graphics missing on some browsers › Reply To: Graphics missing on some browsers
June 13, 2018 at 5:35 am
#31121
Acme Themes
Keymaster
Can you add this on your .htaccess file
# Allow access from all domains for webfonts.
# Alternatively you could only whitelist your
# subdomains like "subdomain.example.com".
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css|css)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
Thanks!