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).