Reply To: Font Only Working on Some Computers

Home Forums Use Any Fonts Font Only Working on Some Computers Reply To: Font Only Working on Some Computers

#3061
Dinesh
Keymaster

HI Peter,

Please add this in your htaccess file. This should fix the issue.

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