Reply To: Issue in domain mapped multisite

Home Forums Use Any Fonts Issue in domain mapped multisite Reply To: Issue in domain mapped multisite

#6601
Dinesh
Keymaster

Hi Jamie,

There is still cross domain issue. Can you please keep this in your main site’s htaccess file and try ?

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

Hope this helps.

Thanks