Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   I want change font (http://www.mysidiaadoptables.com/forum/showthread.php?t=1305)

jcga 02-13-2010 10:58 AM

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

RE: I want change font
 
In the style sheet add the following to the body {} section.
PHP Code:

font-familyComic Sans MSsans-serif


jcga 02-13-2010 01:05 PM

RE: I want change font
 
Ihave try this but the font still being the same.

Tequila 02-13-2010 09:21 PM

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;
    



jcga 02-14-2010 08:47 AM

RE: I want change font
 
I dont know why but this morning the font had changed xD Thank you.


All times are GMT -5. The time now is 07:45 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.