Is there any CSS property to make font smooth in IE?

Discussion in 'CSS' started by ankitva, Dec 5, 2009.

  1. #1
    hi..friends
    Is there any CSS property to make font smooth in IE?
     
    ankitva, Dec 5, 2009 IP
  2. vinpkl

    vinpkl Active Member

    Messages:
    899
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    which font are you using
     
    vinpkl, Dec 5, 2009 IP
  3. crumblepie

    crumblepie Well-Known Member

    Messages:
    2,612
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    160
    #3
    I recommend using em instead of px (eg. 20em instead of 20px) - it looks better that way using IE. If the font still looks weird, your best bet is to try using another font... or try using italics - it worked once for me.
     
    crumblepie, Dec 19, 2009 IP
  4. combus

    combus Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It's not about IE. Is the way the OS renders the fonts, so I guess it can't be really helped a lot.
     
    combus, Dec 19, 2009 IP
  5. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Answer: no.

    You'd have to tell your visitors to turn on Font Smoothing, or to turn off ClearType (ClearType makes text less blurry and therefore more readable... but also gives you the jaggies). I've seen some IE filters that help undo ClearType for those who have it on... I wouldn't bother. And usually other browsers on Windows have an even worse case of the jaggies. This is something the visitors would have to deal with themselves since its their browsers doing it.
     
    Stomme poes, Dec 21, 2009 IP
  6. Christian Little

    Christian Little Peon

    Messages:
    1,753
    Likes Received:
    80
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Maybe try the different default fonts?

    IE comes with like 6 or 7 fonts by default, there should be one or two that look decent. Verdana usually looks quite smooth and nice and it comes on IE.
     
    Christian Little, Dec 21, 2009 IP
  7. m-powa

    m-powa Peon

    Messages:
    79
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    no i havent heard of one, ie 6/7/8 has smooth font aliasing, other than that try using a true type font
     
    m-powa, Dec 28, 2009 IP
  8. swiftnomad

    swiftnomad Active Member

    Messages:
    185
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    50
    #8
    have you tried @font-face which renders the font from the web server ( your site ) and supported in most browsers?
     
    swiftnomad, Dec 28, 2009 IP