View Single Post
  #4  
Old 02-13-2010, 09:21 PM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 126,129
Tequila is on a distinguished road
Default RE: I want change font

Did you delete the existing code?
PHP Code:
body {
    
background:url(images/bg-body.pngrepeat-x top center #E8F7F9;
    
font-family:"Trebuchet MS" ArialHelveticasans-serif;
    
font-size:62.5%; /* Sets default font size to 10px */
    
color:#222222;
    

to
PHP Code:
body {
    
background:url(images/bg-body.pngrepeat-x top center #E8F7F9;
    
font-family:Comic Sans MSsans-serif;
    
font-size:62.5%; /* Sets default font size to 10px */
    
color:#222222;
    

Reply With Quote