Forums

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

Home Forums CSS weird font-face problem

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29577
    Stythys
    Member

    so.. I was having trouble getting @font-face to work correctly. EVENTUALLY I discovered that if my *.css files were in the root dir instead of stylesheets/ or whatever, it worked correctly.

    ex. http://saikonet.org will not display it correctly, however, http://saikonet.org/test, will.

    …wtf. this makes no sense. any ideas?

    #79438

    They look the same to me in FF – can you post a screenshot and what browser is causing the problem?

    #79439
    virtual
    Participant

    It has nothing to do with the path you are using, that’s just IE behaving badly as usual…!!

    Ah just looked at your source code…. what’s with <!– DOCTYPE html –> If you don’t use a proper Doctype you are inviting IE to mess with your code, it’s like a nasty brat that needs a whole lot of extra patience and care. :evil:

    Oh, and styling is supposed to be inside the <head> tags…. not in the neck which doesn’t even exist in html between the head and body… :P

    #79442
    Stythys
    Member

    na I’m not using IE.. but I tested in on chromium and flock. I guess they’re just being weird =/. As for the doctype, I thought that was proper for html5?

    #79454
    virtual
    Participant

    My apologies, you are correct about the Doctype, I wasn’t paying proper attention.

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