For those that missed our meeting Friday, you missed a fun time! One of
the cool things we talked about was font replacement online. Sometimes
you get a client that just demands a special font, and as we know there
are a limited number of 'native' fonts available.
In this case many of us would have gone to SIFR -- the flash replacement
of fonts. Lately, though, I've been using something much better. It
doesn't have the limitations that flash does, as it uses native
javascript.
I could talk about it for hours, but let me just say it's one of the
coolest tools in my design arsenal and I'd wholly recommend it for everyone!
Tim
Implementation of @font-face is dead simple. The kits give you the
css, the font files (IE compatible font files included) and all of the
font specification is handled right in the CSS file without additional
code in the head of your pages. It's cool stuff, and pretty well
supported.