Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS @font-face Web font problem driving me mad!!

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #202670
    j7f4f2a4fds2
    Participant

    ok,

    this is a page hosted somewhere else on another server
    http://tinyurl.com/pht9c2g

    this is my page hosted with linked css and web fonts on my server.
    http://palacepalace.com/1-1.html

    I cannot work out why mine are not displaying on chrome & firefox!!!!

    FYI i have already edited my “web.config” file to include filetypes on my server.

    from,
    driving me mad

    #202671
    Shikkediel
    Participant

    Likely a cross domain issue?

    http://stackoverflow.com/a/15025681/3168107

    #202673
    j7f4f2a4fds2
    Participant

    hi shikkediel,

    i created a .htaccess file on the root folder with

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

    in it, and still nothing.

    any suggestions? i am not so familiar with servers in general.

    #202688
    j7f4f2a4fds2
    Participant

    fixed! it had to do with storing the web fonts in the same folder as the html & css

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.