# Font Size Use the `` tag to adjust the font size of your text. You can specify the new size in pixels (`px`), font units (`em`), or percentages (`%`). Pixel 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. Font unit adjustments are always relative to the original font size. For example, `` sets the font size to the original size, `` doubles the size, and `` halves it. **Example:** ``` Echo Echo Echo Echo Echo ``` ![Example image](../images/TMP_RichTextSize.png)
_Adjusting font size_