Reply To: Font doesn't work on redirection

Home Forums Use Any Fonts Font doesn't work on redirection Reply To: Font doesn't work on redirection

#5649
Dinesh
Keymaster

Hi,

There is cross domain issue as well. So can you please keep this code in your htaccess file ?

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

This should allow the font loading in another domain.

Thanks