It inherits the font styling from your Joomla template. Your Joomla templates font styling for the field labels appears to be at the below location.
IN: templates/bizblue/css/template.css
ON: Line 32
Code:
td, tr, p, div {
font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-align: left;
}