osbert and this is how it looks
That's the default h4 style defined in template.css
Line 3997
h4 {
font-size: 15px;
line-height: 20px;
}
line 3300
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 10px 0;
font-family: sans-serif;
font-weight: 300;
line-height: 1;
color: #444;
text-rendering: optimizelegibility;
}
If you want to change style for it then use custom.css file and add your custom style
Regards