I don't think it's something you should really worry about, but you can do it with CSS.
You can try adding something like this to the head head section of your page to prevent the text from changing sizes:
<style type="text/css">
BODY {
font-size: 11px;
}
</style>
It may or may not work, it just depends on how your page is designed and such.