Vai in templates (cartella del tuo template) ed apri con un editor il file template_css.css
cerca lo stile associato associato a .contentheading
.contentheading {
height: 30px;
color: #c64934;
font-weight: bold;
font-size: 14px;
white-space: nowrap;
}
Per caambiare font:
.contentheading {
height: 30px;
color: #c64934;
white-space: nowrap;
font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
etc etc