Forum Moderators: not2easy
I've generally plumped for Arial for main body text, but I've heard it said recently that this now looks old fashioned, and that another sans-serif font might be better.
I don't necessarily want to jump on the Verdana bandwagon, but what other options are there?
Times New Roman (& Times on Mac) and Georgia are the most common serif choices (Georgia being more elegant but less widely supported) with Palatino, Bookman Old Style & Book Antiqua getting the nod for varieties sake.
A basic style sheet with wider font sampling could look like:
h1 {font-family: Lucida Sans, Arial, Helvetica, Sans-serif;}
p {font-family: Century Gothic, Verdana, Helvetica, Sans-serif;}
Edits to font-weight and letter spacing can make a great deal of difference to the quality of display too.
It is definitely worth mentioning that the CSS should be tested with and without the lesser supported fonts - letter form, leading (line-height) and character width & height can be markedly different between typefaces so substitute fonts could throw a layout.
It is also worth mentioning sIFR at this point, you can use this technique to dictate all the type on a page with less compatibility worries - however it could slow performance for body copy and does rely on flash/JS being installed.
that this now looks old fashioned
A comment like this is grasping at straws, body text in helvetica/arial about as timeless as possible. As for bandwagon, well, you're limited to the universal few, so if you're not on one you're on the other. :-)
I find it interesting that few sites use Times because they consider it old fashioned (too) or throw it over because of some perceived design concept. The whole idea of type is legibility, and it's been long known that the ligatures help align the eye and make for faster reading. That's why newsprint is in a serif font.
But I still use Arial/helvetica and verdana on most sites. :-) My reasoning for this is the sizing of sans-serif fonts seems to be more legible when reduced, serif fonts tend to look funny when scaled across various sizes.
So my advice here is take a look at many different fonts and choose those you find simple and attractive to you.