Font size

Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The fonts come in sizes from 1 to 7. The standard size is 3, unless otherwise specified in the <body> or other tags.

Changing the font size can be performed by placing <font size="desired size"> and </font> around your text. For example,

 <font size="4">your text</font> 

creates a bigger font size of size 4: your text

Also, typing this:

 <font size="+1">your text</font>

creates text with size 1 bigger than the standard: your text

Typing this:

 <font size="-1">your text</font>

creates text with size 1 smaller than the standard: your text