CSS Typography – Taking back Times new Roman
May 9, 2007 @ 2:09 pm | Comments (12) | by Ross Johnson
Taking Back: Times New Roman
Yes all designers HATE times new roman, but let’s face it — on the web we are very limited on what fonts we can safely use. I don’t know about anyone else, but I am getting a little board of seeing Georgia as the only serif font on the web.
However there is hope. Yes times new roman is ugly, it is overused, and often by amateurs. However we can in fact use it to our advantage with the power of CSS and typography.
Using font sizing, weight, spacing, and leading we have a huge variety of options to tweak times new roman into something attractive. I am of the personal opinion that times new roman at small sizing is just plain hard to read. However if we blow it up we can see some of the more of the subtle styling of the font.
Luxury and Headlines
Look what we can do with just a larger font size and some generous letter spacing
Whitespace is luxurious
.luxury {
font-size: 36px;
font-style: italic;
letter-spacing: 1em;
font-family: 'Times New Roman';
};
Maybe a blog with a touch of class? We can use larger fonts, pull in the letter spacing, and add a bottom border for a very nice effect.
What if you wanted a blog headline with a classic touch, but were sick of the same old Georgia headlines?
Headlines Contrasting Large and Small
WEDNESDAY MAY 09 2007 ~ POSTED IN WEB DESIGN ~ TYPOGRAPHY ~ CSS
.headline {
font-family: 'Times New Roman';
font-size: 36px;
letter-spacing: -.04em;
line-height: 1em;
border-bottom: 1px solid #EEEEEE; margin: 0;
}
.meta {
text-transform: uppercase;
font-size: 12px;
letter-spacing: -.04em;
font-style: italic;
margin: 0;
}
Pulling the letter spacing in on the headline really helps the serifs of each letter lead towards each other helping keep the flow of the word together. The tight letter spacing on the bottom keeps the meta data looking short and succinct, with the italics further communicating motion.
Fun with borders
A unique and fancy headline
.Fancy {
font-size: 36px;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
line-height: 1em;
font-family: 'Times New Roman';
The borders really draw attention to the ascenders and descenders. Each which have their own look and feel. By using italics and non-italics, it creates a contrast between the descender of the y and the q.
What about captions
We can even use small type with tight spacing to create some nice looking photo caption’s

Who the hell is this jackass?
.caption {
text-transform: uppercase;
font-size: 12px;
letter-spacing: -.05em;
margin: 0;
font-family: 'Time New Roman';
}
There are plenty more options and uses for times new roman, don’t be afraid to use it. Like Comic Sans, it has gotten a very bad wrap — however that doesn’t mean that there are some nice uses and implementations for both fonts.
« Web Design Marketing Podcast (EP 2) – Your Target Market Best Free Project/Time Management Tools »



COMMENT Taking Back: Times New Roman
[...] Using font sizing, weight, spacing, and leading we have a huge variety of options to tweak times new roman into something attractive. I am of the personal opinion that times new roman at small sizing is just plain hard to read. However if we blow it up we can see some of the more of the subtle styling of the font. Read more [...]
Posted on 08/06 11:26am
COMMENT » Web Typography - 32 sources for inspiration and instruction - Web Design Marketing Podcast & Blog
[...] Taking Back Times new Roman [...]
Posted on 08/16 8:32pm
COMMENT Patrick Burt
Love it, great article. I think everyone should swing back to Times New Roman. letter-spacing is key.
I also read somewhere that of all webfonts, Times New Roman at about 16 point italic, is the most readable.
Posted on 08/20 9:20am
COMMENT Nate
I’m not sure which is worse, the many spelling, punctuation and grammar errors, or the suggestion that an ugly, awkward font should be mangled into usefulness because another beautiful font is oft-used. Well-used, finely crafted fonts are in no danger of going out of style.
Posted on 08/20 9:39am
COMMENT ross
If you fail to take risks in design you will be stuck with the same uninspiring work time after time.
Thanks for the comment, even though your viewpoint differs.
Posted on 08/20 9:48am
COMMENT » Thoughts on Type - Web Design Marketing Podcast & Blog
[...] may have read over my two posts on the possibility of using times new roman on the web. You may have also noticed the [...]
Posted on 08/21 9:09am
COMMENT Taking Back Times New Roman « Ralph’s Weblog
[...] Back Times New Roman Filed under: typography — Ralph Hockens @ 12:16 am Taking Back: Times New Roman Yes times new roman is ugly, it is overused, and often by amateurs. However we can in fact use it [...]
Posted on 10/21 9:13pm
COMMENT lama
Not all designers hate Times New Roman, which by any means isn’t (to quote Nate) ugly or awkward. It’s more the matter of what you can craft out of it really. Good read, and hopefully enlightening for those jumping on design-cliche-bandwagons every so often.
Posted on 12/17 12:31am
COMMENT Recycle Bin » Blog Archive » Stiililehe põhi
[...] Pealkirjad ja CSS [...]
Posted on 12/19 2:08am
COMMENT Jano
I suggest you see this page: http://seedconference.com/
Only Times New Roman, and nobody would actually think it looks bad.
Posted on 05/11 9:03pm
COMMENT css örnekleri
css Font examples , Properties , Attribute – - //
http://www.css-lessons.ucoz.com/font-css-examples.htm
Posted on 06/26 4:15pm
COMMENT Ehab
I was trying out Times New Roman in my blog – thus searching for fellow bloggers who might be doing the same !
Posted on 01/17 3:01pm