uploaded font works within post display window but not on active home page

Home Forums Use Any Fonts uploaded font works within post display window but not on active home page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9181
    Kit
    Guest

    I have added fonts. I can apply the font within the post editing window and the textual content changes to teh desired font, but when published the assigned font through the post process is not active.

    I have also assigned the font to the “body” attribute but the font still does not display.

    Thank you in advance for your help.

    -Kit

    #9201
    Dinesh
    Keymaster

    Hi Kit,

    Sorry for the super late reply. I just checked your site and found the cross domain issue. Your site is running in this url http://dragonmoontattoo.com/tattoo/ where as the fonts are being served from this location. http://dragon-moon.com/tattoo/.

    Any chance you can use the same url ? Or you may try adding this in your htaccess file. This allows cross domain resource sharing.

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

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘uploaded font works within post display window but not on active home page’ is closed to new replies.