depends on what sort of markup language your using, if your using HTML and CSS then it would be...
font-size: (whatevernumberyouwant)px; this is for css
but if your doing it in the tags then this should work
style="font-size:(Yournumber)px;"
you dont need the parentheses I just added them so you dont get confused.