18
Sep

21 Awesome @font-face Embeddable Typefaces

The 2 most popular typefaces used on the web today are surely Verdana and Georgia. They’re great and I used them all the time since they’re web-safe fonts. I use them mostly because I’m not a big fan of flash replacement techniques or solutions that require Javascript (sIFR, Cufon, etc…). But what about the @font-face CSS property?

While @font-face may not work in all browsers, I think it’s still one of the best solution available today. Of course not all type foundries will let us embed their fonts on our webpages. There are solutions like Typekit which look very promising but today we’ll simply go over the @font-face CSS property and check out some typefaces you can use with @font-face :)

The @font-face CSS Property

Before you can start using those typefaces on your site you need to declare the font file(s) in your CSS file along with the font-weight and font-style if available. Like this:


@font-face {
font-family: GraublauWeb;
src: url("path-to-the-font-file/GraublauWeb.otf") format("opentype");
}
@font-face {
font-family: GraublauWeb;
font-weight: bold;
src: url("path-to-the-font-file/GraublauWebBold.otf") format("opentype");
}

Then you can call the font via the font-familly property. Don’t forget to put some other (web-safe) fonts there as a fallback option. Like this:


h1 {
font-family: GraublauWeb, Helvetica, Verdana, Sans-Serif;
}

Also be sure to check out the ‘further resources‘ section at the bottom of this post for more infos, especially on how to get @font-face to work in IE using EOT font files.

Some Typefaces You Can Use With @font-face

Some of those typefaces explicitly mention they’re @font-face embeddable, but make sure you read the EULAs before using any of those just to make sure.

Graublau Sans Web ↓

font

Fertigo Pro Regular ↓

font - typefaces

Tallys ↓

font - typefaces

Diavlo ↓

font - typefaces

Fontin ↓

font - typefaces

Fontin Sans ↓

font - typefaces

M+ Outline Fonts ↓

font - typefaces

Pykes Peak Zero ↓

font - typefaces

Vollkorn ↓

font - typefaces

Delicious ↓

font - typefaces

Junction ↓

font - typefaces

Days ↓

font - typefaces

Sniglet ↓

font - typefaces

Chunk ↓

font - typefaces

Blackout ↓

font - typefaces

Gentium ↓

font - typefaces

Anivers ↓

font - typefaces

CA BND Bold WEB ↓

font - typefaces

Axel ↓

font - typefaces

Kaffeesatz ↓

font - typefaces

Tagesschrift ↓

font - typefaces

Further Resources

Here are some other articles and tutorials you might want to read as they offer some pretty valuable information.

Your Turn To Talk

Do you use @font-face on your site(s)? What made you decide to go ahead and start using @font-face? I’m curious to know what you guys think and to see how and where you used @font-face. :)

Guaranteed SY0-201 preparation is now at your ease. Subscribe for 642-902 testking all in one training kit and also get free assistance for 70-680.

jump to the comment form ↓

  • User Gravatar dlv
    September 18th, 2009

    Great collection ! lovely free fonts showcase.. beautiful !

    I can say that “Nilland” font is a really nice option tu put in this post..
    You can check it in my blog, i’m using it in titles… or view it in DaFont (http://www.dafont.com/nilland.font)

    adeux!

  • User Gravatar Jon Phillips
    September 18th, 2009

    @dlv: Thanks a lot! Nilland is a pretty cool one! :)

    Oh by the way, not all the fonts in this post are free.For example, the Axel font family is $79 (worth every penny in my opinion) Cheers!

  • User Gravatar Johnny
    September 19th, 2009

    I adore typography, and this is a great roundup, plus the CSS tips on top.

  • User Gravatar Femke
    September 19th, 2009

    “[] Helvetica and Georgia. They’re great and I used them all the time since they’re web-safe fonts.”

    I’m very sorry to be the barer of bad news and you will have to revisit all the sites you produced containing Helvetica which you use all the time. Unfortunately Helvetica is NOT a web-safe font at all.

  • User Gravatar Jon Phillips
    September 19th, 2009

    @Femke: oops, I meant to say Verdana and Georgia, fixed :)

  • User Gravatar RedCafe
    September 19th, 2009

    Hi, maybe a stupid question but I wonder if we can use TrueType Fonts also?

  • User Gravatar Elena
    September 19th, 2009

    Thank you for this rich resource of @font-face fonts. I’ve always been a little hesitant to try it because of IE’s EOT but this makes everything easy to understand.

  • User Gravatar İbrahim
    September 19th, 2009

    Thanks for Typefaces

  • User Gravatar Affordable website designers
    September 19th, 2009

    Excellent selection of fonts. These tips will be really useful. Brilliant!

  • User Gravatar Michael Rockett
    September 20th, 2009

    This is an awesome list! I’ve never tried to use this, but it looks really good! :) Thanks for sharing! :)

  • User Gravatar Luci
    September 21st, 2009

    I like the sound of this @font-face, but because of its cross-browser issues I doubt I’d use it widely until it’s given more support (sadly the case with a lot of css3 stuff) . Thanks for the explanation of how to work with it though, it’s definitely something worth knowing about, thanks! These are some lovely fonts !

  • User Gravatar Olly
    September 21st, 2009

    For those of you worrying about the cross-browser issues, Paul Irish has put together a bulletproof syntax which gives you support across IE and most other recent browsers:

    http://paulirish.com/2009/bull.....on-syntax/

    Now I just need to find a nice, simple way of converting an OTF to an EOT…

  • User Gravatar choen
    September 21st, 2009

    thanks. i use Diavlo in my project

  • User Gravatar Gaurav M
    September 22nd, 2009

    Thanks Jon … these typefaces are so eye catching

  • User Gravatar Danny Garcia
    September 22nd, 2009

    Hope to see more font artists support the cause (or even through TypeKit).
    Here’s another nice font – Aller:
    http://www.dmjx.dk/presserum/skrift.html

  • User Gravatar michael
    September 22nd, 2009

    I’m using Miso on my photoblog:

    http://mcaghon.com

    http://www.omkrets.se/typografi/

  • User Gravatar theComplex
    September 22nd, 2009

    Oooo! This has me very excited! While I don’t think I’ll give myself a headache trying to use it now, I’m eager to see how this will evolve! Thank you for posting!

  • User Gravatar muebles cocina
    September 24th, 2009

    The Fontin Sans is the most beautiful font I’ve ever seen. I just love it!

  • User Gravatar Web Design Singapore
    October 8th, 2009

    thanks! just bookmarked this

  • User Gravatar JakeT
    October 12th, 2009

    Awesome. This is LITERALLY what I was looking for today. I went to bed last night saying “tomorrow, I need to figure out which fonts I can use”.

    I think the MGOpen fonts would fit well on this as well, but I haven’t combed through the EULA to be able to stand behind that: http://www.zvr.gr/typo/mgopen/index

  • User Gravatar Michael Kouwenhoven
    October 12th, 2009

    Love this post!

  • User Gravatar Aaron Peters
    October 12th, 2009

    Everybody interested in using @font-face should read Stoyan’s great article on Gzipping font files: http://www.phpied.com/gzip-your-font-face-files/

  • User Gravatar Gareth
    October 13th, 2009

    Nice collection of fonts except maybe the last one, one thing that would be good to see when picking a font is how it looks in a paragraph.

    Because @font-face allows seamless integration of the font it is much more widely considered as a font for all not just titles and headings.

  • User Gravatar Ethan Dunham
    October 14th, 2009

    Just thought I’d share the wealth: I just released a custom @font-face kit generator. You upload your fonts and get back a complete ready-to-use kit. Has some features like custom subsetting and cleanup. Enjoy!

    http://www.fontsquirrel.com/fontface/generator

  • User Gravatar stk
    October 25th, 2009

    Thanks for the mention!

  • User Gravatar Francis Baptiste
    December 29th, 2009

    Great article. But “awesome” might be a stretch for some of these. I mean, when are you ever going to need Blackout or Sniglet?

  • User Gravatar Jonathan
    December 29th, 2009

    Thank you for sharing this tip (and these fonts).
    I’ve been looking (and until now, never finding) for monthes for alternative ways to display “custom” fonts to the classical and not-so-clean siFR trick. You made my day.
    Once more, it’s a shame that this property is not naturally compliant with all browsers. In other words, I mean that it’s a shame that some web browsers still need hacks to display things like they should do so, from the start.
    Though, the solution is pretty simple here, and that’s great. :)

  • User Gravatar Mike
    December 29th, 2009

    Good post, I use Museo Slab on my site. Did you test these fonts in Internet Explorer? Some fonts look absolutely horrid in IE. The font I use looks bad, but not as bad as some I’ve seen.

  • User Gravatar Ron
    December 29th, 2009

    I CANNOT WAIT for http://www.font-face.com to get going and create a central repository. The benefits of font caching will really make me use it frequently.

  • User Gravatar Sang Valte
    December 29th, 2009

    awesome!! i just grabbed the ones i want :)

  • User Gravatar PK
    February 20th, 2010

    Nice post, thanks :) personaly i like diavlo font, very nice and clean font and modern also.
    Oceania font is also one of my fav fonts now http://www.fonts2u.com/oceania-regular.font

  • User Gravatar Ai~
    May 28th, 2010

    Thank you for this post! Very informative with a great selection of fonts. :)

Who Linked To This Post?

  1. designfloat.com
  2. 21 Awesome @font-face Embeddable Typefaces | Design Newz
  3. links for 2009-09-18 « Csom Gyula Blogja
  4. links for 2009-09-18 | Digital Rehab
  5. Sweet Tweets: Design Resources of the Week #17
  6. links for 2009-09-19 .:: [aka щямукюшт] Ozver.in | Озверин
  7. 13 Excelentes posts para los amantes de las tipografías | pixelco.us blog
  8. links for 2009-09-20 | AndySowards.com :: Professional Web Design, Development, Programming Freelancer, Hacks, Downloads, Math and being a Web 2.0 Hipster?
  9. Best of the Web for the week of September 13, 2009 | designrfix.com
  10. The use of custom fonts in web design | Design Manchester | Web design blog
  11. 10 Great Font Resources | Design Reviver
  12. Mes favoris du 24-09-09 au 25-09-09
  13. The week in links 25/09/09 - Craig Baldwin's Blog
  14. links for 2009-09-26 | Lorissa Shepstone
  15. Daily Digest for September 27th | More Than Scratch The Surface
  16. Monthly Mother Lode of MacDaddy Links: September 2009 | bkmacdaddy designs
  17. WTF? « bonnie jarvie
  18. 4 Resources om je typografie te verbeteren : WordPress Dimensie
  19. David Rios (dfrios) 's status on Monday, 12-Oct-09 19:20:48 UTC - Identi.ca
  20. links for 2009-10-13 « Köszönjük, Emese!
  21. Utilizando CSS3 hoy (5): @font-face | emenia.es
  22. Fonts personalizzati | bixbi.it
  23. Ce que nous réserve CSS3 en 2010 | traffic-internet.net

Share your thoughts, leave a comment!