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
CSS3 offers a way to do it with the @font-face rule.
http://www.w3.org/TR/css3-webfonts/#the-font-face-rule
http://www.css3.info/preview/web-fonts-with-font-face/
Here is a number of different ways which will work in browsers that don't support the @font-face rule.