Render any fonts in any browser...no flash?

A friend just IM’d me a link to a new type of cross-browser text replacement technique called typeface.js which allows for any HTML text element to be rendered in the font of your choice. Now the most common of these live-text to rendered replacement techniques is the awesome sIFR, but typeface.js is notable cause it’s only javascript.
At first I was about to write it off since the examples section of the project site shows images, but when I took some time (oh what has the internet done to our patience) to read through the background (and view source), I realized this is a pretty great and new approach to achieving this effect.
The javascript reads from the glyph information of any font you specify, which you need to add to your server after being converted using their conversion process(conversion), and then renders out the font using your browser’s vector drawing capabilities! Pretty rad indeed. Definitely something to keep your front-end eyes on.

1 comment

woah!! i'm gonna use this soon, for sure