Hi
My advice to You is to use CSS code to change any given color, font & fontface in Custom CSS or even better with Child Theme style.css & PHP files. And not change Theme core files. You will notice when You update any WordPress Theme. And soon The Graphene Theme to 1.3 🙂
Well, just one part – here I look at my post headings:
h2, h2 a, h2 a:visited {
font-family: georgia,verdana,tahoma,arial;
font-size: 20px;
padding-bottom: 4px;
}
Try this tools: http://csstypeset.com/
Yes I know You want another answer, but (sorry) Your font code is totally gone when
I look at them with Firebug ( http://www.getfirebug.com ). Just my 2 cent advice 🙂
Kim