state.subtitle.fontString
The font of the chart subtitle.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
state: {
subtitle: {
font: "12px Arial, sans-serif"
}
}
});
</script>