Font size
Jump to navigation
Jump to search
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