Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Is there some kind of @font-face list somewhere? – tahdhaze09 Dec 8 '09 at 16:32
Is @font-face reliable, or should you still be using sIFR? mikeindustries.com/blog/sifr – Mark Dec 8 '09 at 18:16

6 Answers

up vote 3 down vote accepted

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

share|improve this answer

http://www.theleagueofmoveabletype.com/

http://www.fontsquirrel.com/

http://fontdeck.com/ (Coming soon!)

http://www.fontspring.com/ (Small fee, but good selection)

share|improve this answer
1  
Those links are awesome. Thanks. – ryanulit Jun 17 '10 at 20:17

Take a look at Typekit or Web Fonts.

share|improve this answer

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.

share|improve this answer
The beta version of the site is a lot nicer too... new.myfonts.com – Emyr Dec 8 '09 at 15:57

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.

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.