Reply To: Fonts not working after site move

Home Forums Use Any Fonts Fonts not working after site move Reply To: Fonts not working after site move

#5578
Dinesh
Keymaster

Hi Stephen,

Server is blocking the font from being loaded here currently. http://www.crevecoeurworkspace.com/wp-content/uploads/useanyfont/150826083119bebas.woff

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