How would you obtain a very smooth egde around some font? I'm thinking that it has to do with javascript, but I'm not really sure how to go about it. Look at the following website: http://www.alexallied.com/ Do you see how the header font is so smooth? How would I achieve this?
They're using Flash for their header titles. The technique is called sIFR and you can read about it here. ian
If the headings are plain text, then font smoothing is up to each computer's graphic capability and settings. You would have to create an image of your text in a graphic editor (Photoshop, Fireworks, Gimp, etc.). Flash is another way to create pseudo-graphical text. It's quality can still be subject to each computer, however.
I'd prefer it not to be an image, because this would be the font on all headers. When I submit a new post, I'd like it so I could just set a class or function to the header tag so it could be "smoother". An image would be very hard to implement into a layout.