Here’s the site that’s giving me fits:Â http://letsmeddle.staging.wpengine.com/about/
If you use Firebug (or whatever) to examine, for example, the heading, “Creating Change”, you can see that there is no values over on the right (in the screenshot, where it’s circled).
This is what I have in the Theme Options custom CSS field:
h4 {
font-family: “proxima-nova”, arial;
font-size: 20px;
font-weight: 600;
line-height: 42px;
margin: 20px 0 7px;
}