Change font in Garage Theme

Latest Reply from === at 2013-04-23 19:32:58 Solution
Hi! I want to change the body font to Century Gothic #10 in my Garage theme...(Btw, I love it!)

Can you please give me some guidance on how to do this? Thanks!
Hi.

I found out that this is the code you are missing on:
STYLE.CSS

Under CONTENT SECTION, you are missing this:


.articles .post-body {
font-size:16px;
font-family:'Century Gothic';
line-height:22px;
}


I added it to my theme and it worked!

Enjoy.

Best,
Eduardo Cárdenas

Leave a reply

Add codeAdd image