A game about forced loneliness, made by TACStudios
1# Font Size
2
3Use the `<size>` tag to adjust the font size of your text.
4
5You can specify the new size in pixels (`px`), font units (`em`), or percentages (`%`).
6
7Pixel adjustments can be absolute (`5px`, `10px`, and so on) or relative (`+1` or `-1`, for example). Relative sizes are based on the original font size, so they're not cumulative.
8
9Font unit adjustments are always relative to the original font size. For example, `<size=1em>` sets the font size to the original size, `<size=2em>` doubles the size, and `<size=0.5em>` halves it.
10
11**Example:**
12
13```
14<size=100%>Echo <size=80%>Echo <size=60%>Echo <size=40%>Echo <size=20%>Echo
15```
16
17<br/>
18_Adjusting font size_