How can I get smooth fonts? I don't want the edges to look all fuzzy.
Hacky solutions are not a problem :)

|
How can I get smooth fonts? I don't want the edges to look all fuzzy. Hacky solutions are not a problem :)
|
|||
|
You could use some font replacement solution like Cufón for headers, but it's too inefficient to use for large blocks of text. If you're looking to change the browser's font rendering, you probably won't have much luck because they all have their own text rendering routines (but look at |
|||||
|
|
As was mentioned, there is a CSS property for As Ben Alpert mentioned, a font-replacement solution such as Cufon or TypeKit are other potential solutions for title text. |
||||
|
|
font-smooth:always;property. I have yet to try it myself, so I cant comment on its effectiveness. – Russell Dias Jun 20 '10 at 2:56