Question

do you know some good sites within good fonts that could be used in websites with font-face? There are some sites I know, but I search for fonts that I can use in "commercial projects" and they should be licensed optimally under MIT or (New) BSD?

Was it helpful?

Solution

Try Font Squirrel, they have ready made @font-face kits that you can just drop in place.

OTHER TIPS

Take a look at Typekit or Web Fonts.

http://www.myfonts.com/

Some fonts are available for free with a license which permits commercial reuse. Their WhatTheFont tool is also useful for identifying fonts you like in existing works.

First place to look is the Open Font Library: they have probably the biggest range of freely licensed fonts out there, organised with tags. Googling for {sil free font license} will give you pointers, as well.

Check out typoasis: there are some sublime fonts if you look around the site. Free as in beer, not speech.

Look around at the classic fonts by Zapf: some are freely licensed, and there's quite a range.

Are there any site except google that provides a library that u can link to directly in your css file? like google @font-face { font-family: 'Yanone Kaffeesatz'; font-style: normal; font-weight: 400; src: url('http://themes.googleusercontent.com/font?kit=YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4') format('truetype'); }

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top