I would like to change font on the topic and main menu,how i could do?

GK User
Mon Apr 18, 2011 5:50 pm
Is it possible, If I would like to change the font on the topic and the main menu to be my font. How can I do?

Thank you so much
User avatar
Junior Boarder

Konrad M
Tue Apr 19, 2011 8:31 am
Hi
You want to change size or font name ?
User avatar

GK User
Tue Apr 19, 2011 8:47 am
I would like to change font name.

Thank You
Jack
User avatar
Junior Boarder

Konrad M
Tue Apr 19, 2011 8:51 am
If you want to change it for all just add to override.css
Code: Select all
body {
font-family:Arial,Helvetica,sans-serif; // here add your own font name
}


If you want to be more specyfic check in firebug id's or class'es for elements where you want to change and add it to override.css Of course remember to enable this option in template settings ;)
User avatar


cron