View Single Post
chucker
 
Join Date: May 2004
Location: near Bremen, Germany
Send a message via ICQ to chucker Send a message via AIM to chucker Send a message via MSN to chucker Send a message via Yahoo to chucker Send a message via Skype™ to chucker 
2010-12-20, 16:14

font-family is designed to let you put them in decreasing order of specificity, so in your case, just write:

Code:
font-family: Helvetica, Arial, sans-serif;
If Helvetica is available, that will be used. Otherwise, if Arial is, that will. Failing that, any preferred sans-serif typeface will be used.
  quote