Search code examples
cssfontsfont-facewebfonts

What sites provide public web font libraries to link to?


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');
}

Solution

  • There is Typekit ( http://typekit.com/ ), but it isn't free.