PDA

View Full Version : I want change font


jcga
02-13-2010, 10:58 AM
I am editing the default template, but i want know how can change the default font to Comic Sans MS for example, Thank you!

Tequila
02-13-2010, 11:42 AM
In the style sheet add the following to the body {} section.

font-family: Comic Sans MS, sans-serif,

jcga
02-13-2010, 01:05 PM
Ihave try this but the font still being the same.

Tequila
02-13-2010, 09:21 PM
Did you delete the existing code?
body {
background:url(images/bg-body.png) repeat-x top center #E8F7F9;
font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
font-size:62.5%; /* Sets default font size to 10px */
color:#222222;
}
to
body {
background:url(images/bg-body.png) repeat-x top center #E8F7F9;
font-family:Comic Sans MS, sans-serif;
font-size:62.5%; /* Sets default font size to 10px */
color:#222222;
}

jcga
02-14-2010, 08:47 AM
I dont know why but this morning the font had changed xD Thank you.