Change the font used across your entire 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.
body{font-family:Trebuchet MS, Georgia, Sans-Serif;}
Showing posts with label font. Show all posts
Showing posts with label font. Show all posts
Tuesday, June 16, 2009
Monday, May 18, 2009
CSS - Navigation Font Size
Increase the font size for your navigation.
If you want smaller or larger font, change the pixel size from 14 to a lower or higher number.
.nav{font-size:14px;}
If you want smaller or larger font, change the pixel size from 14 to a lower or higher number.
.nav{font-size:14px;}
Subscribe to:
Posts (Atom)