Anti-aliasing on the main text at the top of the page (basically the title) is non-existent. This is really confusing me as when I go to Automattic.com and look at the main, large, slogan text in the centre I can clearly see it has been anti-aliased. When I right click and go to Inspect Element (in Chrome) it shows all the CSS applying to it, most importantly the snippet:
Code:
font-smoothing: antialiased; text-rendering: optimizeLegibility;

I've heard it's to do with the size of the font, but even with the size set to 400pt or something it still looks pretty nasty. The styles are also definitely applied to the A tag though as any other style I add (e.g. text-color) clearly comes through.Any help appreciated.

-Dapizz
PS: I'd prefer if possible to stay clear of the text to Flash converter thing (is it sIFR?) if possible.









Threaded Mode