I want change font

Forum
Last Post
Threads / Messages

jcga

Member
Member
Joined
Nov 5, 2009
Messages
15
Points
0
Mysidian Dollar
0
I am editing the default template, but i want know how can change the default font to Comic Sans MS for example, Thank you!
 
Ihave try this but the font still being the same.
 
Did you delete the existing code?
PHP:
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
PHP:
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.
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,132
Members
1,603
Latest member
Monako
BETA

Latest Threads

Top