View Single Post
  #7 (permalink)  
Old Mar 27th, 2008, 03:13
frinkky's Avatar
frinkky frinkky is offline
Design Admin
Join Date: Oct 2006
Location: Southampton
Age: 30
Posts: 271
Blog Entries: 2
Thanks: 2
Thanked 2 Times in 2 Posts
Send a message via MSN to frinkky Send a message via Skype™ to frinkky
Re: Uploaded site different from local site

Tahoma as I recall is not part of the generic web font list. These are the standard font families:

font-family:Arial, Helvetica, sans-serif;
font-family:"Times New Roman", Times, serif;
font-family:"Courier New", Courier, monospace;
font-family:Georgia, "Times New Roman", Times, serif;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-family:Geneva, Arial, Helvetica, sans-serif;

It would default to Times if it can't find tahoma.

Try that first then lets see where we are.
Reply With Quote