Lots of options to so this. I'll add another one using jQuery.
Download fontsizer.jquery.js from
http://www.fluidbyte.net/index.php?view=JQuery-Font-Sizer and save it in your template dir.
Put this in the HEAD of your template:
<script type="text/JavaScript" src="<?php echo WB_URL; ?>/include/jquery/jquery-min.js"></script>
<script type="text/JavaScript" src="<?php echo TEMPLATE_DIR; ?>/fontsizer.jquery.js"> </script>
and
<script language="javascript">
$(document).ready(function() {
fontResizer('85%','100%','110%');
});
</script>