Changing Font - Joomla! Forum - community, help and support
hi
i ahve found joomal think fantastic. bit of novice css files. can tell me , how change font tohoma
many thanks
i ahve found joomal think fantastic. bit of novice css files. can tell me , how change font tohoma
many thanks
you have edit file template.css located in directory \templates\ja_purity\css. following entry , change it.
before change:
after change:
before change:
code: select all
body {
color: #000000;
background: #ffffff;
font-family: arial, helvetica, sans-serif;
line-height: 150%;
}
code: select all
body {
color: #000000;
background: #ffffff;
font-family: tahoma, arial, helvetica, sans-serif;
line-height: 150%;
}
Comments
Post a Comment