50 Useful Design Tools For Beautiful Web Typography
Typography is elegant when it is attractive and communicates the designer’s ideas. When chosen wisely and used carefully, it can be very effective in supporting the overall design. Designers are always exploring different techniques with type: some use images or sIFR to produce very beautiful typography, while others prefer CSS alone to get the typography just right.
Today, we will look at 50 most useful typographic tools, techniques and resources for creating effective and expressive designs. We will also look at some hands-on typography tools that help designers and developers learn how to style their Web content, test it interactively and see the changes instantly. These tools are great for experimenting with different font types for your website.
Below we cover typographic tools, useful typographic references, font browsers, typographic CSS- and JavaScript-techniques, hyphenation techniques, sIFR tools and resources, grids and related tools, free and commercial fonts, a guide to Web typography, examples of great Web typography.
Please feel free to suggest further tools and resources in the comments to this post. And if you like this post please feel free to subscribe to our RSS-feed
and follow us on Twitter
.
You may want to take a look at the following related articles:
1. Useful typographic references
Better CSS Font Stacks
A couple of useful font cascades for your CSS-stylesheet.
Striking Web Sites with Font Stacks that Inspire
With the right knowledge of CSS font stacks we’re one step closer to letting our imagination design a better Web experience for everyone
FontsMatrix
Matrix of fonts bundled with Mac and Windows operating systems, Microsoft Office and Adobe Creative Suite (via @lucianosb on Twitter)
Common fonts to all versions of Windows & Mac equivalents
The list with the standard set of fonts common to all versions of Windows and their Mac substitutes, referred sometimes as “browser safe fonts”.
Default Mac OS X 10.4 fonts list (via Elementiks)
Default Windows fonts list (via Elementiks)
2. Typographic Tools
Instead of doing your own testing, use the useful and time-saving tools below. They’ll help you play with typography and make choices by giving you a real-time preview of many of the available CSS font properties.
HTML Ipsum
A useful little website created by Chris Coyier. It provides you with the standard Latin text already in HTML tags. Clicking on any of the blocks automatically copies the text to your clipboard!
Typechart
Typechart lets you flip through, preview and compare Web typography while retrieving the CSS. You can browse different typographic styles. Each style corresponds to a style ID, which allows you to annotate prototypes and retrieve the CSS while coding. Another useful feature is that you can compare Windows (ClearType) rendering with Apple font rendering.
TTFTitles WordPress Plugin
This plugin lets you use images to replace the titles of your posts, thus circumventing the problem of guessing what fonts your end-users might have installed (via hyperdjango).
Fontstruct
FontStruct is a free font-building tool that lets you quickly and easily create fonts constructed out of geometrical shapes, which are arranged in a grid pattern, like tiles or bricks.
abcTajpu Firefox Extension
Type in accented letters, international characters or symbols into Firefox or Thunderbird, either simply by using a context menu (there being support for many languages), or quickly by keyboard macro (you can even define your own).
PXtoEM
This tool converts pixel-units to em-units using the 16px browser default size (via @briancray and @CasJam on Twitter).
Em Calculator
Em Calculator is a small JavaScript tool that helps you make scalable and accessible CSS design. It converts sizes in pixels to relative em units, which are based on a given text size.
CSSTYPE
CSSTYPE v2 lets you preview your text as you modify it. You can set the font-family, size, color, letter-spacing, word-spacing, line-height and other properties. The CSS code can be generated easily once you are satisfied with the previews.
CSS-Typoset Matrix and code generator
This tool (unfortunately, only in German) calculates font-sizes and line-height in em and px and presents them in a matrix. The tool computes both symmetrical and asymmetricam margin. Useful!
wp-typogrify WordPress Plugin
wp-typogrify is a collection of Django template filters that help prettify your web typography by preventing ugly quotes and widows and providing CSS hooks to style some special cases. Python-script for Django is available as well.
FontBurner
After you find the font that you would like to use, Font Burner gives you a chunk of code that you will insert into the head of your webpage. Provided you don’t have any stylesheet conflicts, the new font will show up on your site immediately.
Convert TrueType Font to sIFR Flash File
Upload your typeface and the tool generates the Flash-file (swf) and sends it to your e-mail.
Text 2 PNG Conversion
This service provides you with the ability to convert you headlines and navigations to PNG images automaticlly. It works by adding a JavaScript file and selecting which tags to replace. Useful, for instance if you want to generate an image with an embedding e-mail-address.
7 Free Tools To Identify A Font
A list of free online tools to speed up the identification process.
21 Typography Web Applications You Can’t Live Without
3. Choosing a font
Type Tester
Type Tester is an online application that allows you to test different typefaces. You have three columns of text and can modify the typography any way you please. You then get the CSS that accompanies your selections.
STC fontBROWSER
This tools enables you to preview fonts installed on your system online.
Font Picker
This simple tool shows you all the fonts installed on your computer and helps you choose which one is most suitable for a particular project. Also available as Adobe AIR application.
FontTester
Font Tester is a free online font comparison tool. It allows you to easily preview and compare different fonts side by side with various CSS font styles applied to them.
CSS Type Set
CSS Type Set is a handy tool that lets you preview your CSS text as you modify it, and it generates the code for you immediately (@jmreedy).
Flipping Typical
This is a nice way to explore the popular typefaces you have on your computer and see which one fits the project you are working on. This is done by creating text that is displayed using various typefaces from your computer.
4. Typographic Techniques
12 Examples Of Paragraph Typography
A showcase of some interesting techniques for designing paragraphs, by Jon Tan. Some of these styles are experiments using pseudo elements and adjacent sibling selectors; browser support is not consistent.
Rendering Complex Type — Who’s got the Love?
Learn how to create a complex typographic sample with pure CSS.
10 Examples of Beautiful CSS Typography and How They Did It
A lot of great websites out there have beautiful typography using only CSS. But simply looking at them gives you only half the picture. This post showcases examples of good clean typography using nothing but CSS, and it explains what the designers did to achieve this beautiful type.
typeface.js
With typeface.js, you can embed custom fonts on your Web pages so that you don’t have to render text as images. What makes it different is that it’s JavaScript only, not JavaScript and Flash like sIFR, or JavaScript and PHP like FLIR. So, instead of creating images or using Flash just to show your website’s text in the font you want, you can use typeface.js and write in plain HTML and CSS, just as though your visitors had the font installed locally. It’s pretty easy to use: load the typeface.js library and some typeface.js fonts, then proceed as normal.
Facelift Image Replacement (FLIR)
Facelift Image Replacement (FLIR) is an image replacement script that dynamically generates image representations of text on your Web page in fonts that otherwise might not be visible to your visitors. The generated image is automatically inserted into your Web page via JavaScript and is visible in all modern browsers. Any element with text can be replaced, from headers (<h1>, <h2>, etc.) to <span> elements and everything in between! FLIR is SEO-friendly and only renders an image if JavaScript is enabled on the user’s browser. If you are using WordPress for your blog, you might find this plug-in useful to easily apply FLIR to your Web pages.
P+C DTR
PHP + CSS Dynamic Text Replacement is a JavaScript-free version of the Dynamic Text Replacement method, allowing you to take a vanilla, standards-based (X)HTML Web page and dynamically create images to replace page headings, using only PHP and CSS. The technique is currenty unavailable for download.
Advanced Typography Techniques Using CSS
While descriptions and basic uses of CSS typography controls have been beaten to death, many rich typographic capabilities of CSS are still not well documented. This post is a great example of what you can do by combining and tweaking type using CSS. Different techniques are introduced: reflections, drop characters, handwriting, newspaper headlines and more.
Typographic Contrast and Flow
Typographic contrast is important because not every piece of content on a page has the same weight: some have greater significance than others. By creating contrast, you direct the reader’s attention to the important messages and also enhance visual appeal. Here are seven basic methods for creating typographic contrast, using size, typeface, color, case, style/decoration, weight and space.
5. Hyphenation
OnLine Hyphenation
This tool takes care of automatic Automatic hyphenation for texts and sites. The tool uses ­ and inserts hyphens in the right places to make the justified text look readable. The tool is a little bit buggy and not perfect, but is still useful.
Hyphenator
Hyphenator.js brings client-side hyphenation of HTML documents to every browser by inserting soft hyphens using hyphenation patterns and Frank M. Liang’s hyphenation algorithm commonly known from LaTeX and OpenOffice. The goal is to provide hyphenation in all browsers that support JavaScript and the soft hyphen for at least English, German and French. Here is the server-side script that does the hyphenation.
6. sIFR
sIFR 2.0: Rich Accessible Typography for the Masses
sIFR (or Scalable Inman Flash Replacement) is a technology that allows you to replace text elements on the page with Flash equivalents. It uses JavaScript to target certain text page elements and replace them with Flash, which results in the same text but rendered in a new font. This means you are free to use any font you wish in your design, instead of being limited to a very small set of “safe” Web fonts. sIFR is easier to implement than any other image replacement technique. Instead of manually generating each header with an image editor, you’re able to skip the editor completely.
sIFR lite
A solution similar to the original sIFR package, but smaller (3.7 Kb) than the original (22 Kb) and including even more nifty features. It auto-detects the color of text elements, is completely object-oriented, doesn’t use CSS selectors and targets elements by tag name and class.
sIFRvault
A repository of sIFR fonts, rated, tagged and available for download. Users can submit their SWF-files as well. Please notice that you need to respect all copyright and licensing laws – some of the featured fonts appear to be commercial (via chrisjlee).
jQuery sIFR Plugin
The jQuery sIFR Plugin is an add-on for jQuery that makes it easy to replace text on a Web page with Flash text (sIFR). The jQuery sIFR Plugin does all the work of figuring out the text, files, sizes, colors and any other configuration needed to convert text to a beautiful sIFR font, with consistent behavior across all major browsers.
Multi color sIFR 2.0.1
This version of sIFR supports strong, em and span-elements and can color parts of the headline in colors.
sIFR Generator
The big disadvantage of sIFR is that creating sIFR files is a tedious task that also requires Adobe Flash Studio in order to create a .swf file with the font of your choice. At least, that was the big disadvantage until now. sIFR Generator is an online tool that allows you to create sIFR .swf files with a few clicks of your mouse. Simply upload the TTF font of the font you want to convert, preview and download.
7. Grids
gridr buildrrr
This tool generates various grids on the fly and allows users to define the width of the grids, gutter as well as boxes for the layout.
The Grid System
An aggregator of articles, tools, books and resources related to grid-systems.
Typographic Grid
If your website is heavy with text content, you will need to pay attention to the underlying grid. Check out Typography Grid, created recently by Chris Coyier: “I was just screwing around with typography and getting things to line up according to a strict horizontal and vertical grid. It was inspired by the Compose to a Vertical Rhythm article by Richard Rutter a few years ago, except uses unitless line height.” Check out the demo here.
Grid Designer
Anyone looking for a little help to get going with grid design should look at this handy tool. Grid Designer 2 lets you set variables for your layout, such as the number of columns, the width in pixels, gutters and margins. You can also set variables for the typography, so that you can control the size, weight, line height and other variables for your paragraphs and titles. After you set up your desired layout, all you have to do is export the CSS to use in your own design.
Vertical rhythm calculator
This AIR application allows Web developers who use XHTML and CSS to build their pages to understand and calculate values for vertical rhythm. Enter your starting values in the application, and then you have the option of copying the resulting CSS code onto you clipboard for pasting into your existing style sheet.
8. Free and Commercial Fonts
40+ Excellent Freefonts For Professional Design
An overview of over 40 excellent free fonts you might use for your professional designs in 2009.
60 Brilliant Typefaces For Corporate Design
Over 60 first-class commercial typefaces for corporate design.
80 Beautiful Typefaces For Professional Design
Over 80 gorgeous typefaces for professional design, based upon suggestions from designers and web-developers all over the world.
Fontsquirrel
A growing collection of free high-quality fonts. More high-quality free fonts.
Top 10 (Commercial) Fonts Of 2008
This article lists this year’s most successful fonts on MyFont – in each genre. Based on sales numbers.
Clean font showcase
An extensive collection of clean, legible free fonts.
Veerle Pieters’ 10 favourite typefaces
9. A Guide to Web Typography
Good typefaces are designed for a purpose. Below, you will find very informative articles and guidelines, created by masters of typography to show us the overall effect that good type has on a project.
On Choosing Type
A good article from I Love Typography on choosing the right typeface. The article explains everything from choosing between serif and sans-serif fonts to remembering to honor and read the content. It’s a great post for improving your typography skills.
The 100% Easy-2-Read Standard
Best practices for good typography on the Web from Oliver Reichenstein.
Don’t be afraid of Serif Fonts
David Rodriguez discusses the advantages and disadvantages of sans-serif and serif fonts and suggests best practices.
Elegant Web Typography
A great presentation by Jeff Croft about Web typography.
10 Common Typography Mistakes
The goal of this post is to help designers and clients understand the importance of good typography skills and avoid some common mistakes.
The Non-Typographer’s Guide to Practical Typeface Selection
Check out Cameron Moll’s magic formula for picking the right typeface for your needs.
- Make a list of those familiar typefaces that you trust and know will work well in a variety of projects.
- Supplement that list with a list of unfamiliar typefaces that address specific objectives for the project at hand.
- Test each typeface in small and large sizes.
- Test in both caps and lowercase.
The Principles of Beautiful Typography
This is a great article that is actually extracted from the SitePoint book The Principles of Beautiful Web Design. The article goes into detail on fonts, letter forms, spacing, text size and more. It’s a great and informative read.
Five Simple Steps to Better Typography
A series of articles by Mark Boulton that is highly worthwhile to read.
101 Typography Resources for Web Designers
A great list of typography-related resources from our author, Steven Snell.
10. Examples of Great Web Typography
Some of the designs shown below demonstrate that sometimes less really is more. Others made it onto the list because they use text very well and demonstrate how the grid can be used to do wonders for the whole design.
17 Stimulating Flickr Groups to Get You Typographically Inspired
This is a list of some of the best typography Flickr groups to feed your creative appetite.
20 Websites With Beautiful Typography
In this collection, you’ll find a variety of websites that showcase creative and functional uses of typography.
(al)













































































emi
January 27th, 2009 8:12 pmgreat! nice to see so many useful tools at one place….Thanks.
DKumar M.
January 27th, 2009 8:17 pmNice One !!
Brian Gottier
January 27th, 2009 8:18 pmA wonderful collection of information. Thank you!
deon@makemac
January 27th, 2009 8:28 pmgosh! really usefull link.. thanks smagz!
Tammy Hart
January 27th, 2009 8:29 pmOne of the most helpful articles ever. Thanks!! I’m starting to get the hang of the grid, and it makes me want to redesign my page. Should I start over, or am I fixable?
Saeed Jabbar
January 27th, 2009 8:29 pmWonderful list , I love using the em calculator.
DemersDesigns
January 27th, 2009 8:34 pmAs usual, I see one of your amazing posts just as I am heading to sleep. Then, I naturally have to sit and read the entire thing start to finish. This might be my favorite post of the year so far. My delicious bookmarks are going to be overflowing… Thanks for such high quality and consistent content!
Michael
January 27th, 2009 8:41 pmGreat timing…was just looking for this
Simon
January 27th, 2009 9:05 pmGood work guys. First time commenting here but I just had to say that this post is fantastic. I’ll be using a bunch of this stuff when I work on my next designs.
morozgrafix
January 27th, 2009 9:11 pmAs always what a great collection of resources. Thank you SM!
waqar
January 27th, 2009 9:30 pmgreat stuff! I will be definitely considering this phase with more focus now!
Richard
January 27th, 2009 9:36 pmFantastic post! Takes me another two days to read and try it all out. Thanks SM ;)
Anonymouse
January 27th, 2009 9:58 pmjQuery sIFR Plugin is listed twice in Section 6?
Harnish
January 27th, 2009 10:09 pmGreat post! Thank you for taking your time in writing this. I was just telling my managers and co-workers the importance of siFR and web typography and this post could not have come at a better time.
Ariyo
January 27th, 2009 10:43 pmThis is awesome. Thanks a lot.
Diego
January 27th, 2009 10:51 pmi love Typography, great resources :) thanks
Noam
January 27th, 2009 10:53 pmGreat Great Great!!!
Thanks!
Jerome
January 27th, 2009 11:03 pmWonderful collection of tools for Typography! Thanks a lot!!
I was wondering… According to you, Smashing Magazine (or anybody else…)
what is the best solution for image replacement?
Bartłomiej
January 27th, 2009 11:59 pmIt will take me week to explore this resource. Huge Thanks!
chestah
January 28th, 2009 12:28 amGrid section looks awesome, ty
Daryl Walker-Smith
January 28th, 2009 12:32 amSweet post – can see why it took you guys so long!
Laura
January 28th, 2009 12:40 amFrom the Font Burner site -”Font Burner uses valid XHTML and adheres to web standards.”
Since when has
div class=”alba_super”, naming a div after a visual style, been adhering to web standards?!If someone could direct me to a good sIFR tutorial, I’d love it. So far, I can never seem to make it work :(
Alexander Sperl
January 28th, 2009 12:59 amOnce again, a comprehensive and excellent collection of useful things. Thanks.
A2daK
January 28th, 2009 1:16 amFantastic post. It initially promised a possible alternative to sifR but on further reading it seems like sifR is proabably the best solution to displaying specific fonts on websites. Typeface.js wouldnt allow the font I wanted and P+C DTR isnt available for download. Anyone know any other safe methods? Non-flash no jscript?
Mohammad Alshaikh
January 28th, 2009 1:19 amamazing..
aurel
January 28th, 2009 1:36 ami like it a lot, i really needed something along these lines – thanks alot
V1
January 28th, 2009 1:51 amPure, visual porn. Typography is orgasmic to the eyes.
Ash
January 28th, 2009 2:11 amExcellent ! Thanks a lot.
Zeki Volkan Iscen
January 28th, 2009 2:27 amMükemmel! (perfect)
Quakeulf
January 28th, 2009 2:33 amOh this…
This made me come late to work today. :’3
Michal
January 28th, 2009 2:47 amExcellent post. I’ve loved typography and now I love Smashing too :)
Fritsie
January 28th, 2009 3:13 amGood list!
@Laura: Did you test it locally? Because that will not work. You have to put all the files to your webserver. Maybe that’s where you took a wrong turn. At least I did. ;)
Anyway, you could try out this tutorial: This is how you get sIFR to Work
Pete
January 28th, 2009 3:22 amAnyone got any info on font creation tools for mac.
Fontographer is too expensive. There use to be a great one for PC called font creator that was about $50 but there doesn’t see to be a mac version. Anything you can think of would be great.
Riccardo
January 28th, 2009 3:39 amThat’s a lot of excellent resources! Thanks, I’m sure I’ll be referring to this useful post in the future.
Phil Collins
January 28th, 2009 3:43 amAnother great post with a great collection ideas and things to try. My only problem is how the hell am I supposed to remember all of these? I can’t keep up.
Could we have a monthly digest of the most viewed posts on SM ? So that people like me with only half a memory can remember what was great.
Steph
January 28th, 2009 4:05 amFacelift-FLIR-Image Replacement is also a great tool for using custom fonts on websites. I never could get sifr to work, but FLIR is easy. Best of all, there is a WordPress plugin for FLIR that is under active development and works in WordPress 2.7: FLIR plugin.
Mathias
January 28th, 2009 4:20 amAmazing article, thanks!
1.april
January 28th, 2009 4:31 amI <3 SM! many times thanks
Quakeulf
January 28th, 2009 5:47 amI should give sIFR a try one day. >:3
Agustina
January 28th, 2009 6:01 amCheck this, it seems there are more hidden images in the paintings of Leonardo LINK
ncus
January 28th, 2009 6:11 amHOly flying cow kidnaped by UFO!!! This is an super duper awesome article.
Nb. Sorry can’t helped it…
Sky
January 28th, 2009 6:23 amwow..this is a good CSS..i wil use this CSS for my website..
Thank u..
I Hassen
January 28th, 2009 6:33 amI always feel smarter after reading Smashing Mag..
Thanks, I love you guys!
LT
January 28th, 2009 7:00 amSuggestions – change “Comments” to “Thanks”. In my opinion, no need to say thanks. What if someone leaves a good comment, with some additional great links or notes etc. User won’t notice it between these thanks messages.
Klaas
January 28th, 2009 7:34 amAwesome collection !
Chris Robinson
January 28th, 2009 8:56 amgreat post, but where’s sIFR 3? sIFR 2 is three years old
http://novemberborn.net/sifr3
Anyone that’s interested in getting started with sIFR, Design Intellection has a great tut:
http://designintellection.com/2008/this-is-how-you-get-sifr-to-work/
crypta
January 28th, 2009 9:08 amGreat article, like always!!
a1anm
January 28th, 2009 11:34 amI usually use technique 8 from here:
http://css-tricks.com/nine-techniques-for-css-image-replacement/
It requires you to create the image but it only uses css/html (no javascript, php, flash etc) and is seo friendly. If images are turned off plain text will be shown instead.
zarathustra
January 28th, 2009 12:50 pmTo think I nearly unbookmarked you! This and the preceding ten posts mark a true return to form! Welcome back Smashing!! I have about twenty tabs open now. Thank you.
zarathustra
January 28th, 2009 12:51 pmGreat suggestion LT. And thanks! haha.
Harnish
January 28th, 2009 4:51 pmOne good font cascade is “Helvetica, Arial, sans-serif” in that way you are getting the best possible experience on the mac.
LotusBoost
edsonworks
January 28th, 2009 5:01 pmOnce again another THUMBS UP for SM. excellent resources!!!
I <3 “typetester “. Many thanks :)
Panda-Roo
January 28th, 2009 5:29 pmThis is absolutely wonderful, I love it. Definitely something I can use! <3
Nathaniel
January 28th, 2009 8:13 pmFantastic post, typography is one of the hardest parts of web design and this list has some great resources.
Nag
January 28th, 2009 9:31 pmGreat Article…..Thanks for including colourpixel.
Sarah
January 29th, 2009 12:02 amThere are some really great resources in this article! I didn’t realize that there are so many font tools out there. Anyone else interested in what CSS3 may/will do for font replacement?
Sorin
January 29th, 2009 7:22 amthank you
pete caddy
January 29th, 2009 4:27 pmAnother fantastic round-up by Smashing – thanks guys, you’re doing a fantastic job! :D
Don Clark -SignupAnytime.com
January 30th, 2009 1:41 pmGreat post – but… STC Font Browser – hasnt worked in quite some time.
I used to use it all the time.
I believe its because their site doesnt work with newer versions of flash. I have emailed them, but no response.
MhawSayar
January 31st, 2009 10:19 amOne of the greatest Typo Article I’ve ever read! Appreciate to author and Smashing Magz. :)
Yaggo
January 31st, 2009 11:17 amTrying to avoid closed source Flash, I’ve recently switched from sIFR to Cufón, which does the same trick with canvas/vml instead Flash and has even better CSS support.
Elliot
January 31st, 2009 7:19 pmvery good stuff SM, you rock
Dian
January 31st, 2009 10:26 pmThx alot :)
i was looking for a replacement for sIFR and there you were writing about it :D
Andrew Cairns
February 1st, 2009 4:29 amgood stuff. thanks !
egzemplarz
February 1st, 2009 5:52 amThanks a lot SM ;)
Teylor
February 4th, 2009 7:38 amNice post.
Wynne Hunkler
February 4th, 2009 8:33 amI could spend a week experimenting with these tools … did I say a “week”? make that a “month”. Thanks for the great references.
Victor
February 5th, 2009 5:44 amI love you, Smashing Magazine!
Luke Gill
February 6th, 2009 2:14 amI’ve just been getting into sIFR, which has been a godsend for attractive typography cross-browser…Thanks for the great post!
Manohar
February 6th, 2009 3:51 amgreat stuff…..
Thanks for SM
Dijama
February 9th, 2009 5:38 pmAs it is, the jQuery sIFR Plugin doesn’t work with the new JQuery version 1.3. I looked around and found a simple fix Here.
Alfie
February 13th, 2009 7:37 amHere’s another one: TypeDNA : FontShaker, it offers a cool Flash interface to visually explore fonts installed on your local machine! Discover fonts that you didn’t even know you had installed. FontShaker also allows fonts to be discovered by similarity using the font’s characteristics.
iLiThYa
February 14th, 2009 2:35 amthis article was great guys!!
thanks a bunch =)
I’m building my first website with css and php and this will be very useful since I’ve been struggling a bit with the kind of font I want to use. sweet!
Brant Schroeder
February 25th, 2009 1:31 pmThanks
alejandro
March 9th, 2009 4:04 pmgracias por todo loco
joyoge designers' bookmark
March 11th, 2009 3:18 pmwonderful list thank you so much..
abdusfauzi
March 11th, 2009 5:03 pmi wonder, do i really need the sifR in my website. sounds nice, but worried with the rendering and processing time. hmm.
Richard Mason
March 13th, 2009 2:54 amUnfortunate that the PXtoEM author doesn’t understand the relationship between points and pixels. Not everybody using Windows uses the default screen dpi of 96.
anjum121
March 16th, 2009 12:55 amits rocking. You guys are just awesome thanks a lot for this article
alok
March 20th, 2009 11:32 pmthis was a great information stuff….!!!!!!!!!!!!
ana
March 30th, 2009 1:58 amSmashing, I love you!
john milton
April 1st, 2009 10:29 pm* john milton
* April 2
Hi..
Cool list, thanks for taking your time and researching and posting these wonderful design themes on the net it might have taken a while.
These would surely be an inspirational for all designers.
Thanks.
john..
momo
April 9th, 2009 1:42 amThanks
Bart
April 11th, 2009 10:16 amCSS Font Matching including Linux too:
http://my.opera.com/area42/blog/css-font-matching-windows-mac-and-linux
Umesh Persad
April 15th, 2009 4:30 pmWonderful resource.
Jada
May 7th, 2009 7:37 amExcuse me. It really doesn’t matter if the person who hurt you deserves to be forgiven. Forgiveness is a gift you give yourself. You have things to do and you want to move on.
I am from Taiwan and also am speaking English, give true I wrote the following sentence: “An airline ticket is a document, created by an airline or a travel agency, to confirm that an individual has purchased a seat on an airplane flight.”
Thank you very much :p. Jada.
Dandelion
June 3rd, 2009 3:40 pmFinally! A truly useful set of information and references about typography on the web. Thank you so much!! I will be sharing this link!
Bear
August 3rd, 2009 9:10 amOK but how to install this fonts so I could use them? where are TTF files? i cant find anything i could use, there are only jpg filesin zip archives… Help me please
Nathon
September 19th, 2009 7:13 pmFontBurner.com makes my website look awesome. It imports a custom font, Chow Fun, on top of my h2 and h3 headers.
Of course, FontBurner.com’s sIFR is not working in internet explorer (ie).
The sIFR IE hack I’m using disses (sp?) the poor 49% of Internet users still using IE. Here’s my redneck solution:
<!--
if !IE tells me that this code should only apply to browsers other than internet explorer.
IGNORE tells IE to ignore loading the FontBurner.com sIFR javascript.
Wa la! IE just loads the regular text only h2 and h3 headers.
*Wa la! is Engrish for Voilà!
Nathon
September 19th, 2009 7:14 pmFontBurner com makes my website look awesome. It imports a custom font, Chow Fun, on top of my h2 and h3 headers.
Of course, FontBurner com’s sIFR is not working in internet explorer (ie).
The sIFR IE hack I’m using disses (sp?) the poor 49% of Internet users still using IE. Here’s my redneck solution:
<!--
if !IE tells me that this code should only apply to browsers other than internet explorer.
IGNORE tells IE to ignore loading the FontBurner com sIFR javascript.
Wa la! IE just loads the regular text only h2 and h3 headers.
*Wa la! is Engrish for Voilà!
Nathon
September 19th, 2009 7:16 pm<!--
Nathon
September 19th, 2009 7:17 pmFontBurner com makes my website look awesome. It imports a custom font, Chow Fun, on top of my h2 and h3 headers.
Of course, FontBurner com’s sIFR is not working in internet explorer (ie).
The sIFR IE hack I’m using disses (sp?) the poor 49% of Internet users still using IE. Here’s my redneck solution:
<!-
if !IE tells me that this code should only apply to browsers other than internet explorer.
IGNORE tells IE to ignore loading the FontBurner com sIFR javascript.
Wa la! IE just loads the regular text only h2 and h3 headers.
*Wa la! is Engrish for Voilà!
Nathon
September 19th, 2009 7:18 pmnevermind. won’t show my code.
Surfers
December 30th, 2009 12:46 amI am always blown away by the content of the posts on smashing magazine. When you scroll half way down and expect it to end, its just beginning! Thanks for these typography tools Noura Yehia!
Cindy Landers
February 17th, 2010 8:26 amI hear that TypeDNA will use their font identification technology to introduce a tool that shows the closest free fonts to commercial fonts!! That will be cool. http://www.typedna.com
Pixelbox Design
July 19th, 2010 11:23 amExcellent Article, Added to favs, keep up the good work.
mjk koozehchina
September 28th, 2010 6:11 amvery useful.
thanks.
Tejas Suthar
January 28th, 2011 4:02 amRecently I have written an article about @font-face css3 technique. Which provides extensive level of flexibility to use fonts for the website.
The major advantage of this techniques are as below I have mentioned.
* Rely on browser rendering, the same as with web safe fonts
* Cufon/Sifr are really the good in approach but css support is incomplete
* Cufon/Sifr techniques must be implemented with java script support ( a great dependency )
* Its really easy to embed fonts with just @font-face rule in stylesheet
* Much better options are available as compare to Cufon / Sifr
You can get more information about @font-face on my below blog.
http://fontvilla.wordpress.com/2011/01/24/use-any-font-in-wordpress-or-any-website/
Thanks,
- tejas
teddy burns
March 10th, 2011 3:06 amWow, great article! If anyone is interested in typography and the affect is has on marketing check out this article: http://www.epitype.co.uk/thought/blog/article.php?id=46