size - The size parameter specifies the font size (0-4).
Remarks:
The size parameter can have the values 0,1,2,3 or 4, with 0 being the smallest font size.
This function is identical to changing the font size via the Browser's View menu.
You can increment or decrement the current font size by prepending the size value with a plus(+) or minus(-) sign. This is ideal for creating a zoom in and zoom out buttons (see example below).
The SetFontSize() function influences the font size only. It has no impact on graphics. To resize fonts & graphics, use the Zoom() function instead.
The SetFontSize() function does not work with style sheets.