I haven't tested it but take a look at /wb_config/wb_fckconfig.js line 130. I think you can change your font sizes to anything you want (ems, px, percentage, etc.). This will use a <span> tag and not the <font> tag. Let others know if this works for you.
Replace:
'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large'
With something like:
'0.8em;1.0em;1.2em'