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

you have edit file template.css located in directory \templates\ja_purity\css. following entry , change it.

before change:

code: select all

body {
   color: #000000;
   background: #ffffff;
   font-family: arial, helvetica, sans-serif;
   line-height: 150%;
}
after change:

code: select all

body {
   color: #000000;
   background: #ffffff;
   font-family: tahoma, arial, helvetica, sans-serif;
   line-height: 150%;
}





Comments

Popular posts from this blog

Blank pages again for IE7 and IE6

How to update nested ListCollectionViews?

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??