Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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');
}
like image 455
Mattias Alfborger Avatar asked Nov 21 '10 09:11

Mattias Alfborger


1 Answers

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

like image 131
hollsk Avatar answered Oct 15 '22 22:10

hollsk