Forums

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

Home Forums CSS Circumvent IE Not Supporting @font-face?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #40548
    ben_boomer
    Participant

    Hello– so my website has a unique font that I imported via ‘@font-face’ within my CSS file. Unfortunately, ‘@font-face’ doesn’t work in Internet Explorer so my Website’s font goes to the default.

    Any easy ways to get this fixed?
    Thanks

    #113060
    TheDoc
    Member

    IE *does* support @font-face. What code have you tried that isn’t working?

    #113104
    cnwtx
    Member

    IE (back to version 5.5, see here: http://caniuse.com/#feat=fontface) does support it. However, it only supports .eot formats before IE9. Here’s a really good article on using it cross-browser: http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/

    #113129
    ben_boomer
    Participant

    @cnwtx, thanks! So, my code is correct(ish), but my text file type is wrong. Cheers

    #113200
    cnwtx
    Member

    You’re welcome! Glad we could help!

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