Issue in domain mapped multisite

Home Forums Use Any Fonts Issue in domain mapped multisite

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6599
    Jamie
    Guest

    Hi,

    We have use any fonts working fine on our main site http://www.justchillies.co.uk, however we have a duplicated site http://www.fearlessflavour.com on our multisite install (for American visitors) however use any font is not working. I have selected the option for domain mapping within the plugin. I can see the use any font in the css is correct when the page is displayed but it doesn’t seem to be pulling the fonts.

    Any ideas?

    Many thanks

    Jamie.

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Issue in domain mapped multisite’ is closed to new replies.