0

I'm using Google Web Fonts so I can use the font Coda on my web page. However the font looks poor.

I installed the font on my computer and opened photoshop and set the anti aliasing to sharp and it looks fine. Any idea if I can set the AA in CSS?

Cheers

Ernesto Campohermoso
  • 7,213
  • 1
  • 40
  • 51
Storm3y
  • 121
  • 1
  • 4
  • 12
  • Needs more info. What browsers does it look poor in? Can you show an example? – Pekka Nov 25 '11 at 19:09
  • 1
    There's `text-rendering` but it doesn't really do much for AA... there are a number of `text-shadow` hacks and that kind of stuff too, but those are hacks more than anything else. – BoltClock Nov 25 '11 at 20:00
  • `-webkit-font-smoothing` also exists, but only applies to WebKit-based browsers on OS X and Safari on Windows. – Wilbur Vandrsmith Nov 25 '11 at 20:42
  • This thread may help: http://stackoverflow.com/questions/761778/forcing-anti-aliasing-using-css-is-this-a-myth – Gregg B Nov 26 '11 at 04:32

1 Answers1

1

No, this is not a feature of CSS. Each browser does it differently anyway.

Diodeus - James MacFarlane
  • 112,730
  • 33
  • 157
  • 176