It seems like a problem with tooltip fonts in IE7 / 8, the following sets the size and font, but the numbers / data (not the label) still want to display the serif. Other browsers will pick this correctly:
tooltip: { textStyle: { fontName: 'verdana', fontSize: 12 } }
source share