0

Is there any way to use anti aliasing in big fonts?

fiddle: http://jsfiddle.net/Chead/HX5nv/

im using this code in exemple:

<span style="font-size: 70px; font-family: arial; font-weight: bold;">
     Im a CLEAN text bold!
</span>
Ezhil V
  • 894
  • 5
  • 11
Lucas Fernandes
  • 1,360
  • 2
  • 8
  • 12
  • http://stackoverflow.com/questions/11459746/css3-webfont-smoothing-and-antialiasing-in-firefox-and-opera – minopret Apr 25 '13 at 17:17

1 Answers1

0

Looks antialiased to me in IE10. Font rendering has always been inconsistent between browsers.

If you're using Chrome (or another Webkit browser), try adding this:

-webkit-font-smoothing: antialiased;
Niet the Dark Absol
  • 320,036
  • 81
  • 464
  • 592