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

CS5 Adobe Media Encoder: Encode failed because the source duration is nil.

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support