Reply To: Fonts won\'t display on windows

Home Forums Use Any Fonts Fonts won\'t display on windows Reply To: Fonts won\'t display on windows

#5099
Dinesh
Keymaster

Hi Eugenie,

Sorry my mistake here. I didn’t noticed the code changed after posting here.

Can you please use this

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

Thanks