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 -webkit-font-smoothing
for recent versions of Safari and Chrome).
As was mentioned, there is a CSS property for font-smooth
- but I am not sure how widely this is supported. This is most likely a property that you will have to adjust in your OS, or the font itself, which means of course, that would only be local. I know that Windows has a feature called ClearType which allows you to adjust the anti-aliasing to work well with your monitor.
As Ben Alpert mentioned, a font-replacement solution such as Cufon, TypeKit, or FLIR are other potential solutions for title text.