If you want to change the font size throughout the whole questionnaire, do not use HTML in the question title, but edit the questionnaire layout. That change will include the number.
If it is really only for a single question, you will have to add some CSS code via PHP to the respective question page. Something like:
pageCSS('
#AB01_qst div.title {
font-size: 24px;
}
');