Reply To: fonts invisible on other laptop

Home Forums Use Any Fonts fonts invisible on other laptop Reply To: fonts invisible on other laptop

#2135
Dinesh
Keymaster

Hi Tim,

I checked your link and so far it looks fine here in all browser. I am not sure what is the causing the issues yet. However, i request you to try adding this code in your .htaccess file.

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

Hope this helps.

Thanks