How do I load external font files into an HTML document.
Example: Make the text \"blah blah blah blah blah blah blah\" a custom font from a TTF file in the same dir
If you want to support more browsers than the CSS3 fancy, you can look at the open source library cufon javascript library
And here is the API, if you want to do more funky stuff.
Major Pro: Allows you to do what you want / need.
Major Con: Disallows text selection in some browsers, so use is appropiate on header texts (but you can use it in all your site if you want)