Change default font - Joomla! Forum - community, help and support
how can change default font template?
font size?
font color?
font size?
font color?
change following css entry in file template.css located under directory \templates\rhuk_milkyway\css.
code: select all
body {
font-family: helvetica,arial,sans-serif;
line-height: 1.3em;
margin: 0px 0px 0px 0px;
font-size: 12px;
color: #333;
}
Comments
Post a Comment