Monday, January 5, 2009

CSS - Header Contact Information Font

Change the font for your name, phone, and email address in the header of your website.
The font family should be separated by commas.  You should have more than one defined.  If the users computer does not have the first font, it will try the second.  If it doesn't have the second, it will try the third, and so forth.

.contact{font-family:Trebuchet MS, Georgia, Sans-Serif;}

Change the font size.
Name  .name{font-size:22px;}
Phone  .phone{font-size:18px;}
Email  .email{font-size:18px;}