Are there any sites except google that provide a library that one can link directly to in your css file?
Like google-webfonts @font-face so that they're hosting, and no local files for you.
{
font-family: 'Yanone Kaffeesatz';
font-style: normal;
font-weight: 400;
src: url('http://themes.googleusercontent.com/font?kit=YDAoL...JF4')
format('truetype');
}
There is Typekit ( http://typekit.com/ ), but it isn't free.