is possible change font whole site "comic sans ms" ?
thx
thx
yes, that.
change value of font-family in following css entry available in file personal.css located in directory /templates/beez_20/css.
note: make sure take copy of file before editing it.
change value of font-family in following css entry available in file personal.css located in directory /templates/beez_20/css.
code: select all
body
{
background: #e0dedf url(../images/personal/bg2.png) repeat-x;
color: #333;
font-family: arial, helvetica, sans-serif;
}
note: make sure take copy of file before editing it.
Comments
Post a Comment