Reply To: Font not load in Chrome and Mobile

Home Forums Use Any Fonts Font not load in Chrome and Mobile Reply To: Font not load in Chrome and Mobile

#6083
Dinesh
Keymaster

Hi Martin,

It means that your server is not allowing to load the font files. Can you please keep this in your htaccess file and try ? The above link will not give 404 when the blocked is removed.

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

If this doesn’t work, please ask your host provider to enable font (woff and eot format) for loading.

Thanks