Google Font API & Google Font Directory
There is a CSS element out there that looks like this:
@font-face {
font-family: '';
src: url('…');
}
I’ve only used this tag in a bunch of old apps and sites that were built exclusively for IE back in the day.
Well, it’s part of CSS 3 and Google is going to make it easy to find and share fonts.
http://googlecode.blogspot.com/2010/05/introducing-google-font-api-google-font.html
more later - joel