Moderator
t-p
(@t-p)
There are many tools available for this kind of CSS work, for example:
– Firefox with Firebug add-on: Help info on Firebug https://getfirebug.com/faq/
– Newer IE/Chrome, etc., have similar tools
– Also, check out Custom CSS Manager plugin: http://wordpress.org/plugins/custom-css-manager-plugin/
– Alternately, try a dedicated CSS resource such as http://www.css-discuss.org/
– Also, consider creating a child theme otherwise all your customization will be overwritten when you next update your theme. Alternately, use Custom CSS Manager plugin
Your theme appears to be a commercial product and as such is not supported here. You should approach the theme developer for support.
Having said that, the font used is declared here:
.blog-post h4, .blog-post h1, .blog-post h3, .blog-line h4, .blog-single-post h1 {
font-family: typekit-font-1;
}
You could select a font stack that suits you and use that: http://www.cssfontstack.com/
If you end up customising the theme this way, add the CSS using a plugin or a child theme.