10 Examples of Beautiful CSS Typography and how they did it…
June 2, 2008 @ 8:08 pm | Comments (140) | by Ross Johnson
Lately I have been very interested in how far we can take Typography only using CSS. Sure you can use images or sIFR to produce some very beautiful typography, but there is something unique and special about using only CSS. It is incredibly useful too, if you know the extent you can take CSS you end up with much more flexible websites— especially ones driven by a CMS.
Think about how difficult sIFR or images get when you want to replicate that typography or typeface over 100 pages powered by a CMS. If you can get beautiful type via CSS it makes this situation very easy and with out compromise.
There are a lot of great sites out there that have beautiful Typography using only CSS, however simply looking at them is only half of the picture. We want to know what did they do, and how/why does it result in beautiful type? NOTE: Do not simply steal the design/code/style listed here, learn from it. I have seen a few sites that have ripped off the design elements of these sites and it is awful.
1. Coudal Partners
small headline
Larger Headline
Small headline
font-family: Gill Sans, Verdana;
font-size: 11px;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
Large Headline
font-family: times, Times New Roman, times-roman, georgia, serif;
color: #444;
margin: 0;
padding: 0px 0px 6px 0px;
font-size: 51px;
line-height: 44px;
letter-spacing: -2px;
font-weight: bold;
You may be surprised to find out that the serif font used is… *gasp* times new roman! Using a large bold version with negative letter-spacing (-2px) the nuances of the font really create some unique whitespace and relationship with each other. Not using a solid black creates a very elegant look and feel.
The smaller headlines above it are all caps with a moderate letter-spacing (2pixels) and are either gill sans or verdana. Very clean screen san-serif fonts. The close proximity of the two different typefaces and the tension between the moderate letter-spacing and the negative letter-spacing creates a very beautiful typography composition. The tight line height (44px for a 51px font) create close interaction between the ascenders and descenders of the type.
2 + 3. Human Sexuality and the Nuptial Mystery
Human Sexuality and the Nuptial Mystery
Headline Example
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
HEADLINE
font-family:Georgia,serif;
color:#4E443C;
font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0;
PARAGRAPH
font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
margin-top: .5em; color: #666;
PARAGRAPH START
font-family:Georgia,serif;
font-size: .8em;
font-weight: bold;
text-transform:uppercase;
letter-spacing:2px;
This site has two areas where there is some really beautiful css typography. The start of paragraphs they use a unique mixture of all caps and moderate letter-spaced type in conjunction with clean easy to read san-serif fonts. Using a tiny bit of margin tweaking they were able to make the serif and san serif fonts flow together perfectly. Additional for headlines they use small-caps font variant with georgia to create a very unique and beautiful headline.
3. Seed Conference
On Friday, June the 6th 2008
Learn about taking control of your own work
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Middle Headline
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 28px;
line-height: 40px;
letter-spacing: -1px;color: #444;
Paragraph Text
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
color: #444;
Large Headline
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 48px;
line-height: 40px;
letter-spacing: -1px;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
font-weight: 100;
Our friends at Coudal partners are back to show us there is more than one way to make times beautiful. Again they are mixing large type with negative letter-spacing to get some beautiful interaction between the different shapes of the letter forms. Using a nice typography baseline the different sizes and typographic styles all keep the same rhythm. The contrast and tension between larger type, italics, and all caps creates a very interest typographic composition.
4. Twisted Intellect
There used to be a blog around these parts of the intertubes. And t’was glorious — full of mindless blabber about Apple, Design, Typography, CSS, web design & the like…
I like the term ‘Mac-man’. I think I’ll make that my official work title… about an hour ago
PARAGRAPH CODE
p:first-letter{
text-transform: uppercase;
}
p {
color: #424242;
font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
letter-spacing:0.1em;
text-align:center;
margin: 40px auto;
text-transform: lowercase;
line-height: 145%;
font-size: 14pt;
font-variant: small-caps;
}
TWITTER HEADLINE
font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
font-style: italic;
color: #424242;}
a { font-style: normal;
font-variant: small-caps;
text-decoration: none;
color: #afafaf;
font-size: 14px;
}
In this composition we see some daring use of a completely non-standard font, Adobe Caslon. Since the site is most likely going to be viewed by other designers, it is not an unsafe bet that majority of them will have this popular Adobe font (as it comes in all the CS3 suites). If the font isn’t available it falls back to pretty standard serif fonts. The subtle enhancements are what makes this composition so interesting. The use of the css psuedo selector first-letter to only cap the first letter, well thought out spacing, and small caps really make the first paragraph interesting.
In the composition below, the contrast of italics and all caps with different values of gray really create a visually interesting an elegant look.
5. Airbag Industries
Headline 04/02/08
I just came across a link to a store where a two-terabyte drive can be purchased for the price of an iPod. Two. Terabytes. !@#$% What the hell?! Arrrrgggg. Wait, uh, let me get into character here…cinch the pants up a few inches—yes, good—put on some flannel, and hunch over…all set.
HEADLINE
font-family: Georgia,"Times New Roman",serif;
font-size: 12px;
font-weight: bold;
color: #600;
line-height: 22px;
margin: 0;
text-transform: uppercase;
letter-spacing: 1px
DATE
font-family: Georgia,"Times New Roman",serif;
font-size: 10px;
line-height: 22px;
text-transform: uppercase;
letter-spacing: 2px;
Airbag Industries does a great job of using very slight letterspacing to give the smaller headlines and dates just a little more breathing room. Any more and it might destroy the surfboard look that the site does so well, and any less and it wouldn’t retain the grid like feel of the entire site. By switching up the weight of the fonts and the colors it creates slightly more contrast. You might almost miss how much thought was put into these headlines, almost a “It looks good but I don’t know why” sort of feeling.
6. Timoni
March 28, 2008
Notes on “An Insurgence of Quality”
DATE
font-size: 12px;
font-family: Georgia, 'Times New Roman', serif;
color: #000;
text-align: center;
font-weight: 100; }
PARAGRAPH BLOCK
font-family: 'Hoefler Text', Georgia, 'Times New Roman', serif;
font-weight: normal;
font-size: 1.75em;
letter-spacing: .2em;
line-height: 1.1em;
margin:0px;
text-align: center;
text-transform: uppercase;
Timoni is another interesting site that pays very close attention to the margins and line heights of all the type on the page. Using moderate letter spacing and almost as much space between the lines, a feeling of formality is archived. Where the same fundamentals of type (letterspacing and contrast) created a less formal look/feel on Airbag Industries, this designer used more space to shift the whole composition.
7. Sroown
Title of Headline
Some supportive text
Sub Line
Description and Content
Sub Line
Description and Content
Address
www.address.com
PARAGRAPH
margin: 0px;
padding: 0px;
font-size: 11px;
color: #fff;
clear: both;
padding-bottom: 6px;
GRAY PARAGRAPH
display: block;
color: #666;
font-size: 9px;
padding-top: 5px;
HEADLINE
margin: 0px;
padding: 0px;
display: block;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
letter-spacing: -1px;
color: #fff;
line-height: 24px;
Sroown takes an approach not yet seen in these examples. Using a standard san-serif font, Arial, and applying some negative letter spacing to make it look thin and elegant. At first glance of the site I hardly recognized the typeface, and figured the designer was using sIFR. Using tight line heights the headline is uniform and balanced. The support copy simply follows a simple baseline and stays out of the way of more interesting type of the page.
8. I love Typography
Sunday Type: Ale Paul type
In the Beginning
HEADLINE
font-family: Georgia, "Times New Roman", Times, serif;
font-size:24px;
margin-top: 5px; margin-bottom: 0px;
text-align: center;
font-weight: normal;
color: #222;
SUBHEADLINE
font-family: "Lucida Grande", Tahoma;
font-size: 10px;
font-weight: lighter;
font-variant: normal;
text-transform: uppercase;
color: #666666;
margin-top: 10px;
text-align: center!important;
letter-spacing: 0.3em;
“I love typography” proves that the site owner is not kidding with some beautiful headlines (and beautiful CSS type all over the site). In the case of the headlines, the real interesting and elegant CSS typography is the subheadline. Contrasting Georgia with Lucida Sans, a very clean san-serif font (especially when it is all caps) is a subtle way to display class through type. The generous letter spacing really emphasizes each and every form of the sub headline, creating both visual interest and visual communication.
9. The Big Noob
May 8, 2008
HOW Now Conference Cow
HOW you get to Boston is up to you. WHO and WHAT you do while here — that is the question.
DATE
font-size: 85%;
text-transform: uppercase;
letter-spacing: 1px;
color: #bbb;
font-size: 10px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-weight: 100;
HEADLINE
font: bold 34px "Century Schoolbook", Georgia, Times, serif;
color: #333;
line-height: 90%;
margin: .2em 0 .4em 0;
letter-spacing: -2px;
TAG
color: #76879b;
font-size: 10px;
margin: 5px;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
“The Big Noob” is no noob when it comes to typography… OK bad jokes aside, here is another great example of contrasting ultra clean, small, generously letter-spaced san-serif fonts, with tighter and larger serif fonts for headlines. In this case the designer applied ample letter-spacing to the date of the headline, negative letter spacing to the headline, and left the snippet from the post in the middle. Because of the alteration of color, whitespace, and font size the whole composition ends up very balanced and visually stimulating.
10. Quipsologies
QUIPSOLOGIES, A DIVISION OF UNDERCONSIDERATION,
IS BENT ON KEEPING THE DESIGN COMMUNITY
AWARE OF AS MANY THINGS AS POSSIBLE
THROUGH AN EVER-GROWING CLUSTER OF CREATIVE
MORSELS FOUND ON- AND OFF-LINE.
No. 4
“Dr. Fredric J. Baur was so proud of having designed the container for Pringles potato crisps that he asked his family to bury him in one.” Enough said. [Via Unbeige]
QUIPPED BY ArminJun.02.2008


COMMENT John Arnor G. Lom
Wow. Great post! You just saved me a lot of ‘view source’…
And also, quite a few of the sites I haven’t seen before…
You’re absolutely right. sIFR is a great tool, but very easily misused – especially considering that CSS really has some great type-grooming abilities (most of which, by the way, sIFR lacks…)
Posted on 06/03 2:45am
COMMENT Polo
Very cool article. Thanks for this tips !
Posted on 06/03 3:16am
COMMENT Typographie web : quelques codes CSS - Chroniques du web
[...] Je ne sais pas si c’est moi, mais j’ai l’impression que l’on redécouvre depuis quelques temps la vertue d’une jolie typographie sur le web. On notera au passage que la tendance est clairement d’utilisée des polices à empattements (serif) surtout dans des grandes tailles. Si le sujet vous intéresse voici un billet très utile qui vous montre les codes CSS de quelques titrages très réussis sur le plan typo. [...]
Posted on 06/03 4:02am
COMMENT Pages tagged "supportive"
[...] tagged supportiveOwn a Wordpress blog? Make monetization easier with the WP Affiliate Pro plugin. 10 Examples of Beautiful CSS Typography and how th… saved by 13 others handsdown4dBEATLES bookmarked on 06/03/08 | [...]
Posted on 06/03 5:23am
COMMENT Logo design
Wonderfull idea.
Posted on 06/03 7:20am
COMMENT Morten Hansen
Hi,
Nice examples - gives a new look at headlines and web.
Your link on Coudal Partners should be http://www.coudal.com/
/morten
Posted on 06/03 8:09am
COMMENT Jess
Very cool article, thanks for sharing!
Posted on 06/03 12:17pm
COMMENT links for 2008-06-04 - Chroniques du web
[...] » 10 Examples of Beautiful CSS Typography and how they did it… - Web Design Marketing Podcast �… (tags: cool css howto typography design) [...]
Posted on 06/03 9:32pm
COMMENT Jono Alderson
Brilliant - some great inspiration there.
Posted on 06/04 5:06am
COMMENT Nikkel
Exactly what I need now !
Thanks a lot for this article.
Posted on 06/04 6:04am
COMMENT 10 ejemplos de bellas tipografía con CSS y sus códigos » Cosas sencillas
[...] 3point7designs, han realizdo un listado de 10 sitios, analizando su tipografía empleada y el código [...]
Posted on 06/04 6:31am
COMMENT vega
I’ll use “7. Sroown” in the website that i’m doing for the contact section, thanks a lot!
Posted on 06/04 6:34am
COMMENT nerdd.net | news and opinion
» 10 Examples of Beautiful CSS Typography and how they did it… - Web Design Marketing Podcast & Blog | nerdd.net…
\r\nA look at 10 different examples of where designers used nothing but CSS to create beautiful typo…
Posted on 06/04 6:52am
COMMENT Ross Johnson
Thanks for the feedback everyone. I hope it is all helpful, as it helped me at one point to have this “Ah Ha!” moment where I realized a lot of people were doing great things in CSS that I knew looked great but I wasn’t sure why…
Posted on 06/04 9:38am
COMMENT Jason
Good list - however none of these sites really even really even tap the power of CSS and text. Head to webdesignerswall at
http://www.webdesignerwall.com/tutorials/css-gradient-text-effect/
and take a look at how easy it is to apply simple effects to your text via your stylesheet.
Posted on 06/04 10:37am
COMMENT Ross Johnson
That is a great tutorial Jason, thanks for the link. Although I think we are talking about two different things. This article was more about elegantly and beautiful type, where WDW was showing some unique graphical effects you can ADD to type. Slightly different…
Posted on 06/04 10:49am
COMMENT 10 Examples of Beautiful CSS Typography and how they did it… | BradStrickland.com
[...] 10 Examples of Beautiful CSS Typography and how they did it… [...]
Posted on 06/04 10:52am
COMMENT Tipografía CSS — Tablosign
[...] ejemplos de muy buena tipografía lograda con CSS y los pasos para lograrla. 0 [...]
Posted on 06/04 10:57am
COMMENT Donovan Roddy
Wonderful list, it still amazes me today how willing everyone in our field, web design, graphic design, search marketing is so willing to share information with the community.
Thanks Alex!
Posted on 06/04 11:27am
COMMENT Kayzah
Nice article!
Posted on 06/04 12:45pm
COMMENT by Thunder-Boy
[...] site 3point7designs, organizou uma lista com 10 sites, analisando sua tipografia, e mostrando o código correspondente [...]
Posted on 06/04 1:28pm
COMMENT vivek khandelwal
hey..
awesome stuff..
never tot ..html wud be soo gud ..
Posted on 06/04 2:14pm
COMMENT » 10 Examples of Beautiful CSS Typography and how they did it Webcreatives
[...] 10 Examples of Beautiful CSS Typography and how they did it Related StuffBook-style Chapter Introductions Using Pure CSS - CSSnewbieCreating & Using CSS SpritesPastel color menu with dynamic submenu using CSSCSS Decorative GalleryShowcasing the CSS Parallax Effect: 12+1 Creative UsagesTypogridphy — A Typographical and Grid Layout CSS Framework How To Zebra-Stripe Tables Using CSS and jQueryCSS: Simple Rules for Better Organization and More Efficiency Easy Vertical Centering with CSSTop reasons your CSS columns are messed up [...]
Posted on 06/04 2:49pm
COMMENT Steph
WOW! Great article! I’m really in love with #3 and #6!
Posted on 06/04 3:26pm
COMMENT Internet Brain » 10 Examples of Beautiful CSS Typography and how they did it
[...] » 10 Examples of Beautiful CSS Typography and how they did it… - Web Design Marketing Podcast &am… [...]
Posted on 06/04 9:24pm
COMMENT Ian Stewart
Thanks for featuring The Consultation on Human Sexuality. Being amongst such fine company makes me blush!
Posted on 06/04 10:25pm
COMMENT Ethan’s Blog » Blog Archive » Decisions + Some Web Stuff
[...] CSS Typography [...]
Posted on 06/04 11:56pm
COMMENT links for 2008-06-05 | JeremiahTolbert.com
[...] » 10 Examples of Beautiful CSS Typography and how they did it… - Web Design Marketing Podcast �… Very good typography examples. (tags: typography css webdesign design) [...]
Posted on 06/05 12:40pm
COMMENT 10 encabezados hermosos con CSS | Uberbloggerz
[...] En este blog nos muestran 10 ejemplos de encabezados increíbles usando sólo tipografías y CSS, además de que nos muestran el código de cómo lograr esos estilos en los headers con unas cuantas lineas en nuestras hojas de estilos. Es un recurso muy útil a la hora de maquetar. « 6 efectos de texto hechos con Photoshop [...]
Posted on 06/05 12:40pm
COMMENT rascunho » Blog Archive » links for 2008-06-05
[...] » 10 Examples of Beautiful CSS Typography and how they did it… - Web Design Marketing Podcast �… Lately I have been very interested in how far we can take Typography only using CSS. (tags: http://www.3point7designs.com 2008 mes5 dia5 at_tecp CSS fontes tipografia blog_post) [...]
Posted on 06/05 4:32pm
COMMENT Dar bonitos estilos a nuestras tipografías mediante CSS « Xyberneticos
[...] 10 Examples of Beautiful CSS Typography un agradable articulo donde podremos encontrar técnicas realmente bonitas para nuestras tipografías usando solamente CSS. sIFR puede ser sin duda una gran opción, pero definitivamente siempre prefiero inclinarme por utilizar tan solo CSS. El artículo en cuestión mostrara algunos agradables ejemplos y lo más importante, como llegar a obtener esos resultados. [...]
Posted on 06/06 1:21am
COMMENT Great Resources Elsewhere: May 26 to June 02 - CSSnewbie
[...] » 10 Examples of Beautiful CSS Typography and how they did it… - Web Design Marketing Podcast �… [...]
Posted on 06/06 3:02am
COMMENT TeDormimos
hey..
awesome stuff..
never tot ..html wud be soo gud ..
Posted on 06/06 3:57am
COMMENT Milos
Beautiful examples, thanks!!!
Posted on 06/06 4:02am
COMMENT Karl
I regularly dive into the CSS to see how people apply such great typography to their sites so your article is something of a timesaver this lunchtime
I’m comfortable with vertical rhytm but still wonder at the mysteries / nuances of letter-spacing - this article helps. Thanks Ross.
Regards, Karl
Posted on 06/06 8:22am
COMMENT Karl
…just a pity I can’t spell rhythm. lol
Posted on 06/06 8:25am
COMMENT Craig Minch
Nice list and write up. Thank you for posting it.
You could have called it “10 Examples of Beautiful Serif CSS Typography and how they did it… ” find another serif example (ALA, UXMAG) and put the one sans-serif example into another, separate list/posting.
But, I’m not a regular here, so maybe you already have that. If so, kindly disregard this.
Posted on 06/06 11:35am
COMMENT Getting your onscreen type just right. | Curious Office
[...] to do? Well, in my case I keep Typetester nearby and I’ll occasionally remind myself of a few typography tips just to insure I stay creative along the way. As I get close to a “final”, I’ll [...]
Posted on 06/06 12:24pm
COMMENT Dan Blackburn
Thanks for putting this together, I bookmarked for easy reference later.
Posted on 06/06 5:48pm
COMMENT taylan
Great post and I have bookmark this. Thank you very much.
Posted on 06/07 4:33pm
COMMENT chrism.us » just had to bookmark these
[...] 10 Examples of Beautiful CSS Typography and how they did it… 40 Free Web Template Resources [...]
Posted on 06/07 11:56pm
COMMENT En el tintero – Vol.2 | ZaRQuN.com
[...] 10 efectos brillantes con CSS Consigue efectos profesionales con estos geniales ejemplos CSS [...]
Posted on 06/08 7:50am
COMMENT ffranz
Good post, the Times New Roman is really good effect…
Saved in my bookmarks!
Posted on 06/08 11:33am
COMMENT Sunday Type: typesetting type | i love typography, the typography blog
[...] 10 Examples of Beautiful CSS Typography [...]
Posted on 06/09 1:31am
COMMENT Fatih Hayrioğlu'nun not defteri » 09 Haziran 2008 web’den seçme haberler » Html, nasıl, kodlanır, Bağlantı, Sitelerde, çok, kullanıyoruz, Buda, bazı, yavaşlamalar
[...] CSS ve tipografi ile 10 uygulama. Bağlantı [...]
Posted on 06/09 4:21am
COMMENT RANDPOP | Schöne Typographie mit CSS
[...] 10 teilweise sehr kreative und schöne Beispiele hat das 3point7designs Blog zusammengetragen und auch gleich den entsprechenden Code hinzugepackt. Ein Besuch lohnt sich also allemal auch für CSS-Profis. anleitung, box, creative, css, design, div, font, layer, lösung, solution, stil, style, template, tutorial, type, typo, typografie, typographieFeed abonnieren, Beitrag emailen oder bookmarken… [...]
Posted on 06/09 8:57am
COMMENT CSS Dev Kit » » Beautiful CSS Typography and How They Did It
[...] 3.7Designs has pointed out an important point. We should not simply steal the design/code/style, learn from it instead. He has seen a few sites that have ripped off the design elements of these beautiful typography and the site is awful. Source: 10 Examples of Beautiful CSS Typography and How They Did It [...]
Posted on 06/09 2:00pm
COMMENT gika
Great post. This kind of post can help anybody regardless the knowledge. Thanks.
Posted on 06/09 4:53pm
COMMENT Øyvind Nordhagen
Aaarrhh…droooll…..
Great collection. I simply love those typographic styles with ligatures, spaced small-caps and the odd dotted line here and there that date back to the 40’s and 50’s.
Posted on 06/09 6:33pm
COMMENT Blog-Her » Bookmarks for June 9th
[...] 10 Examples of Beautiful CSS Typography and how they did it - There are a lot of great sites out there that have beautiful Typography using only CSS, however simply looking at them is only half of the picture. We want to know what did they do, and how/why does it result in beautiful type? This entry was written by Nina, posted on June 10, 2008 at 11:02 am, filed under Miscellany and tagged blogger, css, typography. Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL. « Bookmarks for June 9th [...]
Posted on 06/10 12:02pm
COMMENT Deb
Thank you for this great post! As a print designer making the transition into web design, it helps so much to take a peak under the hood to see how type is rendered on screen. You’ve made the peaking so much easier. Nice!
Posted on 06/10 12:18pm
COMMENT CSS fixin’: toward a vertical grid (Jarrett House North)
[...] change my sidebar headers to Gill Sans (though I might pick a different sans in a day or two), and 10 Examples of Beautiful CSS Typography and How They Did It for the specific inspiration to use small, capitalized, letterspaced sans serif for the headings. [...]
Posted on 06/10 3:03pm
COMMENT Conseguir buenas tipografías mediante CSS | Isopixel
[...] 3.7crea.tv analizan las fuentes de 10 sitios que destacan por ser resultonas y conseguirlo mediante el uso de CSS, explicando con que códigos [...]
Posted on 06/12 8:18am
COMMENT Inzitan
Buen aporte, aplicaré esto a mi blog http://www.inzitan.blogspot.com, gracias.
Posted on 06/12 1:57pm
COMMENT nniiccoollee
Great list! - beautiful examples - typography doesn’t always have to be images!
Posted on 06/13 9:23am
COMMENT » Together - Soho Notes: 1 - 0 - sugarenia.com : Web Standards, Accessibility & other Girly Stuff
[...] I’ve realized I’m the traditional type. When I find something interesting online, say a nice article on typography or an inspirational CSS snippet, I don’t del.icio.us it or whatever: I want to save it [...]
Posted on 06/13 2:28pm
COMMENT Chris Carlson » links for 2008-06-14
[...] 10 Examples of Beautiful CSS Typography and how they did it (tags: webdesign typography css) [...]
Posted on 06/14 7:32pm
COMMENT Le blog de Vincent Battaglia » En vrak - 79
[...] Exemples de belles mises en page typographiques en CSS. [...]
Posted on 06/15 10:38am
COMMENT Bookmarks For Last Week
[...] » 10 Examples of Beautiful CSS Typography and how they did it… - Web Design Marketing Podcast �… [...]
Posted on 06/16 3:15am
COMMENT 10 ejemplos de bonitas tipografías mediante CSS en Blog de Estrategias Móviles
[...] Link 1, 10 Examples of Beautiful CSS Typography [...]
Posted on 06/16 5:06am
COMMENT IhateDesign
great resource, cheers!
Posted on 06/16 12:24pm
COMMENT Ryan Battles
Amazing article. It is neat to see such beautiful typography that doesn’t rely on anything but good old semantic XHTML and sweet presentational CSS. It will be quick loading, standards compliant, easily updated, and help with search engine optimization.
Posted on 06/16 3:54pm
COMMENT Max Design - standards based web design, development and training » Some links for light reading (18/6/08)
[...] 10 Examples of beautiful css typography and how they did it [...]
Posted on 06/17 12:16pm
COMMENT ambrose
Why are these people not putting quotes around font names which include spaces?
They’re so brilliant at typography, but they obviously don’t validate…
Posted on 06/17 7:04pm
COMMENT teh secs >> blog » Blog Archive » Stupid things to do
[...] do stupid things here, well, I guess my super-ego is super-strong. Meanwhile, I might keep reading 3.7’s and iLT’s articles on good web typography and hope to learn a thing or two to make [...]
Posted on 06/17 10:03pm
COMMENT Diez estilos de Tipografia en CSS :
[...] Enlace: 3point7designs: 10 Examples of Beautifil CSS Typography… [...]
Posted on 06/18 9:54am
COMMENT software_developer
thank you…
very good set and I have examples to select from ..
Posted on 06/22 7:47am
COMMENT ders örnek
CSS TEXT examples , Properties , Attribute -
http://css-lessons.ucoz.com/css-text-properties.htm
Posted on 06/23 11:51am
COMMENT paresh
nice blog.
Posted on 06/24 12:24pm
COMMENT Paper Bits – links for 2008-06-05
[...] » 10 Examples of Beautiful CSS Typography and how they did it… - Web Design Marketing Podcast Some really lovely examples here. I like how the first example actually uses Times New Roman. (tags: **** articles webdev layout typography css howto) [...]
Posted on 06/24 6:18pm
COMMENT web design
wow, great sets of css style and thank you for having the source code posted. Would be really useful for me.
Posted on 06/25 1:21am
COMMENT Örgü Modelleri
css Font examples , Properties , Attribute - - //
http://www.css-lessons.ucoz.com/font-css-examples.htm
Posted on 06/29 8:49am
COMMENT June’s Best: This Month in Web Design | Vandelay Website Design
[...] 10 Examples of Beautiful CSS Typography and How They Did It from 3.7Crea.tv. [...]
Posted on 06/29 4:29pm
COMMENT Saliem
I like the twisted intellect example. It achieves the effect of having the same smoothness that images of text have.
Posted on 06/29 8:01pm
COMMENT 10 Examples of Beautiful CSS Typography and how they did it… | kotahi.net - technology news
[...] 3point7designs.com - Lately I have been very interested in how far we can take Typography only using CSS. Sure you can use images or sIFR to produce some very beautiful typography, but there is something unique and special about using only CSS. It is incredibly useful too, if you know the extent you can take CSS you end up with much more flexible websites— especially ones driven by a CMS. [...]
Posted on 07/01 12:11am
COMMENT June’s Best: This Month in Web Design | .:: ju ::.
[...] 10 Examples of Beautiful CSS Typography and How They Did It from 3.7Crea.tv. [...]
Posted on 07/02 4:44am
COMMENT June’s Best: This Month in Web Design | .:: ju ::.
[...] 10 Examples of Beautiful CSS Typography and How They Did It from 3.7Crea.tv. [...]
Posted on 07/02 4:44am
COMMENT 10 MELHORES TIPOGRAFIAS EM CSS « Vítor Imenes
[...] site 3point7designs.com publicou um artigo com 10 belos exemplos de estilos de fonte e espaçamentos para colocar no seu [...]
Posted on 07/02 7:41am
COMMENT Karl Hardisty
A great collection. Thank you. My favourites tend to the more subtle taste, which in my personal opinion is the more difficult end of the scale.
All are inspiration though, which I presume is the meaning of the post
Posted on 07/03 6:10am
COMMENT Design Twist
Inspirational examples indeed Alex. So glad I stumbled upon your site.
Bookmarked
Twist
Posted on 07/03 2:21pm
COMMENT 10 Ejemplos de diseño tipográfico y CSS en Huasonic
[...] 10 Ejemplos de Diseño tipográfico con CSS 3.7 [...]
Posted on 07/04 12:48am
COMMENT non reciprocal
HI i need your help i really want to create my own website/web page but i dont know how to go about doing it so can you please help me out
Posted on 07/04 5:30pm
COMMENT Getting Started With CSS: 20 Awesome Introductory Tuts
[...] 10 Examples Of Beautiful CSS Typography And How They Did It [...]
Posted on 07/05 6:07pm
COMMENT css 0 0
[...] typography … ejemplos de muy buena tipograf?a lograda con css y los pasos para lograrla. 0 ?? …http://www.3point7designs.com/blog/2008/06/02/10-examples-of-beautiful-css-typography-and-how-they-d…Useful bookmarklets for web designers and developers If you liked this post, please consider voting [...]
Posted on 07/07 12:23pm
COMMENT More webdesign stuff | We Design It
[...] because the typo is extremely inportant, here are great examples to use. And here more to [...]
Posted on 07/07 12:48pm
COMMENT Alex
Very nice, good to see people really using css for typography
Posted on 07/10 9:37pm
COMMENT Maébh
Thanks for the eye opener,
CSS before Images - from now on!
Posted on 07/11 8:47am
COMMENT headache
Here’s a couple of articles I found useful on the subject:
http://webtypography.net/toc/
http://24ways.org/2006/compose-to-a-vertical-rhythm
I was taken aback by the fact that an article about type on the web has some of the most unreadable text I have come across. In fact I didn’t actually read your article or the comments but did look at the examples. This article sums it up nicely and gives some tips when using light text on a dark background.
http://www.456bereastreet.com/archive/200608/light_text_on_dark_background_vs_readability/
Most importantly decrease the contrast (don’t use extreme light on extreme dark) and increase the leading and tracking…
Posted on 07/11 10:08am
COMMENT stock_illustratioon
Very inspirational…thanks!
Posted on 07/14 1:35pm
COMMENT Chris Olberding
Interesting piece. Some of the text is pretty unreadable but the side by side ‘output’ with the relevant CSS was worthwhile.
Posted on 07/14 2:11pm
COMMENT ifrs
[...] but there is something unique and special about using only CSS. It is incredibly useful too, ifhttp://www.3point7designs.com/blog/2008/06/02/10-examples-of-beautiful-css-typography-and-how-they-d…Read “RE: Anyone on here has experienced of IFRS vs GAAP” at Off and Muppet Topics Forum…as [...]
Posted on 07/15 7:56pm
COMMENT AlexNote
Thank you! Very useful selection.
Posted on 07/18 5:13am
COMMENT Deddy Andaka
Thanks for sharing this inspired tips…
Posted on 07/20 6:37am
COMMENT Digilicious, Blog de diseño | Diseñando sitios que aparecen en Google
[...] De todas maneras, usar una tipografía standard no tiene porqué ser sinónimo de mal diseño (ve este artículo de 3point7designs) Ahora, si la necesidad de usar tipografías especiales te la gana, puede ser buena idea darle una [...]
Posted on 07/21 11:01pm
COMMENT links for 2008-7-21 | Anidan Design : eco-friendly web & graphic design
[...] 10 Examples of Beautiful CSS Typography and how they did it… (tags: typography fonts design css) [...]
Posted on 07/22 5:46am
COMMENT Design Inspirations for July 22nd | isuckatdesign.com
[...] » 10 Examples of Beautiful CSS Typography and how they did it? - Web Design Marketing Podcast &… - [...]
Posted on 07/22 11:36am
COMMENT links for 2008-7-22 | Anidan Design : eco-friendly web & graphic design
[...] 10 Examples of Beautiful CSS Typography and how they did it… (tags: typography fonts design css) [...]
Posted on 07/23 5:14pm
COMMENT Alan Underwood
I think you guys are easily impressed.
Posted on 07/24 1:23pm
COMMENT Thnk » Blog Archive » 10 Examples of Beautiful CSS Typography and how they did it… » - Web Design Marketing Podcast & Blog
[...] 10 Examples of Beautiful CSS Typography and how they did it… » - Web Design Marketing Podcast &am…. Posted in Typeography | Leave a Comment [...]
Posted on 07/30 3:25pm
COMMENT Benny Powers
Great! I emailed this to a friend who insisted that images were the way to go. Sticklers unite!
Posted on 07/30 4:21pm
COMMENT Enlaces de utilidad sobre CSS :
[...] 10 Examples of Beautifil CSS Typography… [...]
Posted on 07/30 8:04pm
COMMENT Bianca Casimes
Inspired me to redo my website, very nice article.
Posted on 07/31 6:17am
COMMENT 50+ Articles to Make You a Better Web Designer | DesignM.ag
[...] 10 Examples of Beautiful CSS Typography and How They Did It - 3.7Crea.tv [...]
Posted on 08/12 8:45pm
COMMENT Kate
Thanks for the fantastic article. I definitely inspired to rethink the use of typography on my site.
Posted on 08/14 11:50am
COMMENT 9 Top CSS Essential Skills That Every Web designer Should Learn - aComment.net
[...] 10 Examples of Beautiful CSS Typography and how they did it… [...]
Posted on 08/21 7:39am
COMMENT 50+ Articles to Make You a Better Web Designer | Net Feast
[...] 10 Examples of Beautiful CSS Typography and How They Did It - 3.7Crea.tv [...]
Posted on 08/21 2:45pm
COMMENT Tom
Nice one.
Posted on 08/25 4:47pm
COMMENT http://css-edge.blogspot.com/
Thanks for sharing!
http://css-edge.blogspot.com/
Posted on 08/27 1:29pm
COMMENT Ben Dodson
Great article - very useful to see some really good styles in order to get inspiration. I wrote a firefox extension a while ago which lets you select text and gives you all the CSS styling that made it happen - http://bendodson.com/extensions/ - might be of use to some of you!
Posted on 08/29 7:49pm
COMMENT CSS Typographie - ben
[...] 10 Examples of Beautiful CSS Typography and how they did it…. [...]
Posted on 09/12 1:43pm
COMMENT CSS Typography: Contrast Techniques, Tutorials and Best Practices
[...] 10 Examples of Beautiful CSS Typography and how they did it… [...]
Posted on 09/15 7:41am
COMMENT CSS Typography: Contrast Techniques, Tutorials and Best Practices | POLPDESIGN
[...] { background-color: #fc9; background-image: url(examples.jpg); background-repeat: no-repeat; } 10 Examples of Beautiful CSS Typography and how they did it… There are a lot of great sites out there that have beautiful Typography using only CSS, however [...]
Posted on 09/16 3:01pm
COMMENT CSS Typography: Contrast Techniques, Tutorials and Best Practices | POLPDESIGN
[...] 10 Examples of Beautiful CSS Typography and how they did it… [...]
Posted on 09/17 9:21pm
COMMENT Danh ba web 2.0
Thanks for share. Great tutorial for me !
Posted on 09/19 9:51am
COMMENT Harsh
This is a nice collection of hints. Thanks for the post
Posted on 09/23 6:51am
COMMENT Tour
nice collection
Posted on 09/23 12:20pm
COMMENT Wyman
Nice collection, it defiantly saved me some time and made a project that i’m doing for school look cool!
Posted on 09/24 12:12am
COMMENT Alina
Great post! Thank you!
Posted on 09/24 8:13am
COMMENT Igor
That’s exactly what I was looking for!
Thanks a lot for your time mate!
Posted on 09/29 2:21am
COMMENT Andy Sowards
Brilliant post, I love when people use CSS for good, and create beautiful things instead of a jumbled mess of terrible .style1 tags lol
Posted on 09/29 5:22pm
COMMENT Georgina
Oh, this is brilliant.
I’ve been wanting to explore type in my css for some time but have been unsure where to begin. Seeing the work of experts, grouped together like this, has been a great learning experience.
Cheers!
Posted on 10/02 6:50am
COMMENT Talking Typography Part 2 : Good Type Gone Bad, Tutorials and Tools | Arbenting
[...] 10 Examples of Beautiful CSS Typography and How They Did It [...]
Posted on 10/03 1:13pm
COMMENT Ricardo Crema
Muito bom, adorei as tipografias e a forma em que elas se incorporam no texto
Posted on 10/08 2:19pm
COMMENT WordPress Websites » CSS Typography: Contrast Techniques, Tutorials and Best Practices
[...] 10 Examples of Beautiful CSS Typography and how they did it… [...]
Posted on 10/09 4:22pm
COMMENT baroquedub » Blog Archive » Fonts and typography aggregator
[...] and some great examples of CSS typography. [...]
Posted on 10/23 12:23pm
COMMENT 10 Examples of Beautiful Typography and How They Did It
[...] http://www.3point7designs.com/blog/2008/06/02/10-examples-of-beautiful-css-typography-and-how-they-d... [...]
Posted on 10/23 5:17pm
COMMENT Hablemos de tipografías, tutoriales y herramientas - Maestros del Web
[...] 10 ejemplos de hermosas tipografías con CSS y su código [...]
Posted on 10/27 3:21am
COMMENT タイトル・見出しに使えるデザインまとめ - DesignWalker
[...] 10 Examples of Beautiful CSS Typography and how they did it… [...]
Posted on 10/28 12:56am
COMMENT Hablemos de tipografías, tutoriales y herramientas
[...] 10 ejemplos de hermosas tipografías con CSS y su código [...]
Posted on 10/28 7:03pm
COMMENT COFFEE CUP||咖啡杯 » 开始学习CSS:20个循序渐进的教程及资源
[...] 10 Examples Of Beautiful CSS Typography And How They Did It [...]
Posted on 11/06 10:35am
COMMENT Aisha
Great Blog! SO helpful! your making typography for the web more than verdana
Posted on 11/06 9:42pm
COMMENT CSS Typography | Mekuno
[...] 10 Examples of Beautiful CSS Typography and how they did it… » - Web Design Marketing Podcast &am… [...]
Posted on 11/12 5:02pm
COMMENT Links for 12th November 2008 | Velcro City Tourist Board
[...] 10 Examples of Beautiful CSS Typography and how they did it [...]
Posted on 11/12 8:01pm
COMMENT AaronRutledge.com
[...] 10 Examples of Beautiful CSS Typography and how they did it… tnx meat [...]
Posted on 11/13 12:28am
COMMENT A new bookmark… | Mekuno
[...] 10 Examples of Beautiful CSS Typography and how they did it… » - Web Design Marketing Podcast �… [...]
Posted on 11/13 4:08am
COMMENT CPG
Helvetica is so ugly on firefox for PCs.
Stop using it on the web… !
Thanks for your article.
very interesting however…
Posted on 11/14 9:35am
COMMENT Estilos a Tipografias mediante CSS at Blog Borchani Studios
[...] 10 Examples of Beautiful CSS Typography un agradable articulo donde podremos encontrar técnicas realmente bonitas para nuestras tipografías usando solamente CSS. sIFR puede ser sin duda una gran opción, pero definitivamente siempre prefiero inclinarme por utilizar tan solo CSS. El artículo en cuestión mostrara algunos agradables ejemplos y lo más importante, como llegar a obtener esos resultados. [...]
Posted on 11/14 11:23pm
COMMENT links for November 13th through November 15th | Jared Silfies
[...] 10 Examples of Beautiful CSS Typography and how they did it… » - Web Design Marketing P… - Great CSS help for setting up crisp typography. [...]
Posted on 11/15 9:17am
COMMENT Rafael
Excellent job!
I like the large headline on top of page. Thank you for the codes. Very useful.
Posted on 11/19 4:00am
COMMENT Vincent Pollard
These examjples really aren’t that great. I think it really proves just how far browsers have to go with typography. As much as I hate IE, IE7 is the only browser that makes type actually legible. When are the other browsers going to catch up?
Posted on 11/19 12:58pm