Changing font in Beez_20 for Joomla 2.5 - Joomla! Forum - community, help and support


is possible change font whole site "comic sans ms" ?

thx

yes, that.

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