View Full Version : I want change font
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,
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;
}
I dont know why but this morning the font had changed xD Thank you.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.