Smashing Magazine - we smash you with the information that will make your life easier. really.
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)
Noura Yehia is a Web designer and blogger and the former owner of noupe.com. If you want to connect with the author, you can follow her on Twitter.
- 177 Comments
- 1
- 2January 27th, 2009 8:17 pm
Nice One !!
- 3January 27th, 2009 8:18 pm
A wonderful collection of information. Thank you!
- 4January 27th, 2009 8:28 pm
gosh! really usefull link.. thanks smagz!
- 5January 27th, 2009 8:29 pm
One 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?
- 6January 27th, 2009 8:29 pm
Wonderful list , I love using the em calculator.
- 7January 27th, 2009 8:34 pm
As 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!
- 8January 27th, 2009 8:41 pm
Great timing…was just looking for this
- 9January 27th, 2009 9:05 pm
Good 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.
- 10January 27th, 2009 9:11 pm
As always what a great collection of resources. Thank you SM!
- 11January 27th, 2009 9:30 pm
great stuff! I will be definitely considering this phase with more focus now!
- 12January 27th, 2009 9:36 pm
Fantastic post! Takes me another two days to read and try it all out. Thanks SM ;)
- 13January 27th, 2009 9:58 pm
jQuery sIFR Plugin is listed twice in Section 6?
- 14January 27th, 2009 10:09 pm
Great 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.
- 15January 27th, 2009 10:43 pm
This is awesome. Thanks a lot.
- 16January 27th, 2009 10:51 pm
i love Typography, great resources :) thanks
- 17January 27th, 2009 10:53 pm
Great Great Great!!!
Thanks! - 18January 27th, 2009 11:03 pm
Wonderful 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? - 19January 27th, 2009 11:59 pm
It will take me week to explore this resource. Huge Thanks!
- 20January 28th, 2009 12:28 am
Grid section looks awesome, ty
- 21January 28th, 2009 12:32 am
Sweet post – can see why it took you guys so long!
- 22January 28th, 2009 12:40 am
From 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 :(
- 23January 28th, 2009 12:59 am
Once again, a comprehensive and excellent collection of useful things. Thanks.
- 24January 28th, 2009 1:16 am
Fantastic 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?
- 25January 28th, 2009 1:19 am
amazing..
- 26January 28th, 2009 1:36 am
i like it a lot, i really needed something along these lines – thanks alot
- 27January 28th, 2009 1:51 am
Pure, visual porn. Typography is orgasmic to the eyes.
- 28January 28th, 2009 2:11 am
Excellent ! Thanks a lot.
- 29January 28th, 2009 2:27 am
Mükemmel! (perfect)
- 30January 28th, 2009 2:33 am
Oh this…
This made me come late to work today. :’3
- 31January 28th, 2009 2:47 am
Excellent post. I’ve loved typography and now I love Smashing too :)
- 32January 28th, 2009 3:13 am
Good 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 - 33January 28th, 2009 3:22 am
Anyone 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. - 34January 28th, 2009 3:39 am
That’s a lot of excellent resources! Thanks, I’m sure I’ll be referring to this useful post in the future.
- 35January 28th, 2009 3:43 am
Another 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.
- 36January 28th, 2009 4:05 am
Facelift-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.
- 37January 28th, 2009 4:20 am
Amazing article, thanks!
- 38January 28th, 2009 4:31 am
I <3 SM! many times thanks
- 39January 28th, 2009 5:47 am
I should give sIFR a try one day. >:3
- 40January 28th, 2009 6:01 am
Check this, it seems there are more hidden images in the paintings of Leonardo LINK
- 41January 28th, 2009 6:11 am
HOly flying cow kidnaped by UFO!!! This is an super duper awesome article.
Nb. Sorry can’t helped it…
- 42January 28th, 2009 6:23 am
wow..this is a good CSS..i wil use this CSS for my website..
Thank u.. - 43January 28th, 2009 6:33 am
I always feel smarter after reading Smashing Mag..
Thanks, I love you guys!
- 44January 28th, 2009 7:00 am
Suggestions – 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.
- 45January 28th, 2009 7:34 am
Awesome collection !
- 46January 28th, 2009 8:56 am
great post, but where’s sIFR 3? sIFR 2 is three years old
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/
- 47January 28th, 2009 9:08 am
Great article, like always!!
- 48January 28th, 2009 11:34 am
I 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.
- 49January 28th, 2009 12:50 pm
To 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.
- 50January 28th, 2009 12:51 pm
Great suggestion LT. And thanks! haha.
- 51January 28th, 2009 4:51 pm
One good font cascade is “Helvetica, Arial, sans-serif” in that way you are getting the best possible experience on the mac.
- 52January 28th, 2009 5:01 pm
Once again another THUMBS UP for SM. excellent resources!!!
I <3 “typetester “. Many thanks :) - 53January 28th, 2009 5:29 pm
This is absolutely wonderful, I love it. Definitely something I can use! <3
- 54January 28th, 2009 8:13 pm
Fantastic post, typography is one of the hardest parts of web design and this list has some great resources.
- 55January 28th, 2009 9:31 pm
Great Article…..Thanks for including colourpixel.
- 56January 29th, 2009 12:02 am
There 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?
- 57January 29th, 2009 7:22 am
thank you
- 58January 29th, 2009 4:27 pm
Another fantastic round-up by Smashing – thanks guys, you’re doing a fantastic job! :D
- 59January 30th, 2009 1:41 pm
Great 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. - 60January 31st, 2009 10:19 am
One of the greatest Typo Article I’ve ever read! Appreciate to author and Smashing Magz. :)
- 61January 31st, 2009 11:17 am
Trying 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.
- 62January 31st, 2009 7:19 pm
very good stuff SM, you rock
- 63January 31st, 2009 10:26 pm
Thx alot :)
i was looking for a replacement for sIFR and there you were writing about it :D - 64February 1st, 2009 4:29 am
good stuff. thanks !
- 65February 1st, 2009 5:52 am
Thanks a lot SM ;)
- 66February 4th, 2009 7:38 am
Nice post.
- 67February 4th, 2009 8:33 am
I could spend a week experimenting with these tools … did I say a “week”? make that a “month”. Thanks for the great references.
- 68February 5th, 2009 5:44 am
I love you, Smashing Magazine!
- 69February 6th, 2009 2:14 am
I’ve just been getting into sIFR, which has been a godsend for attractive typography cross-browser…Thanks for the great post!
- 70February 6th, 2009 3:51 am
great stuff…..
Thanks for SM
- 71February 9th, 2009 5:38 pm
As 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.
- 72February 13th, 2009 7:37 am
Here’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.
- 73February 14th, 2009 2:35 am
this 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!
- 74February 25th, 2009 1:31 pm
Thanks
- 75March 9th, 2009 4:04 pm
gracias por todo loco
- 76March 11th, 2009 3:18 pm
wonderful list thank you so much..
- 77March 11th, 2009 5:03 pm
i wonder, do i really need the sifR in my website. sounds nice, but worried with the rendering and processing time. hmm.
- 78March 13th, 2009 2:54 am
Unfortunate that the PXtoEM author doesn’t understand the relationship between points and pixels. Not everybody using Windows uses the default screen dpi of 96.
- 79March 16th, 2009 12:55 am
its rocking. You guys are just awesome thanks a lot for this article
- 80March 20th, 2009 11:32 pm
this was a great information stuff….!!!!!!!!!!!!
- 81March 30th, 2009 1:58 am
Smashing, I love you!
- 82April 1st, 2009 10:29 pm
* john milton
* April 2Hi..
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.. - 83April 9th, 2009 1:42 am
Thanks
- 84April 11th, 2009 10:16 am
CSS Font Matching including Linux too:
http://my.opera.com/area42/blog/css-font-matching-windows-mac-and-linux - 85April 15th, 2009 4:30 pm
Wonderful resource.
- 86May 7th, 2009 7:37 am
Excuse 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.
- 87June 3rd, 2009 3:40 pm
Finally! A truly useful set of information and references about typography on the web. Thank you so much!! I will be sharing this link!
- 88August 3rd, 2009 9:10 am
OK 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
- 89September 19th, 2009 7:13 pm
FontBurner.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à!
- 90September 19th, 2009 7:14 pm
FontBurner 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à!
- 91September 19th, 2009 7:16 pm
<!--
- 92September 19th, 2009 7:17 pm
FontBurner 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à!
- 93September 19th, 2009 7:18 pm
nevermind. won’t show my code.
- 00
There are no trackbacks at this time. If you are interested in leaving a trackback, please use this URL.
Leave a Comment
Make sure you enter the * required information where indicated. Please also rate the article as it will help us decide future content and posts. Comments are moderated – and rel="nofollow" is in use. Please no link dropping, no keywords or domains as names; do not spam, and do not advertise!
Interact
Popular
- 100 Wordpress Themes
- Photoshop Tutorials
- Fantastic Wallpapers
- 40+ Excellent Freefonts
- Dual-Screen Wallpapers
- Wordpress Themes for 2009
- Illustrator Tutorials
- Incredible Free Icon Sets
- High-Quality Free Fonts
- 30 Scripts For Galleries
- Photoshop Text Effects
- Useful Icon Sets
- Web Design Trends
- iPhone Wallpapers
- Before Launching a Website
- CSS Layouts And Templates
- Photoshop Actions
- Stunning Pictures and Photos
- Fantastic HDR Pictures
- Logo Design Tutorials
- Free Design Templates
- 10 Mistakes In Logo Design
- Photoshop Custom Shapes
- 40 Creative Design Layouts
- 8 Layout Solutions
- 53 CSS Techniques
- Photography Techniques
- Black & White Photography
- Styling Design Elements
- CSS-Based Forms
- 50 jQuery Techniques
- 50 Portfolio Websites
- 50 CSS Techniques
- Creative Logo Designs
- Desktop Wallpapers
- 25 Open Source Mac Apps
- 50 Free Icon Sets
- The Big Showcase Of Online T-Shirt Stores - http://bit.ly/5Tq8uA
- @ilmv oh ok then ;)
- @ilmv no, the SM Book will not be out of date :) We made sure it contains universal design, usability and marketing principles.
- Apple ad bombing Windows 7 on Google - http://bit.ly/28ctPq
- Atatonic - a fresh CSS framework - http://bit.ly/4oOV2w (via @umutm)
- @HrvojeKC yes, that's an interesting idea. Maybe when the waiting is over, we'll write a detailed post about it.










































































great! nice to see so many useful tools at one place….Thanks.