Styling¶
Title Font Size¶
- The size of your title.
Dialog Font Size¶
- The size of your dialog text.
Tip
Use a Text type choice with a large font to create a title for your CYOA or headings for your sections.
Font Color¶
- The base color for your text.
Font Color On Select¶
- The base color for your text when it is selected.
How to use Inline Text Tags¶
Use inline tags to style your text.
Input | Result |
---|---|
<span color="#FF0000">This text is red!</> | This text is red! |
<span color="#FF0000">This text is red,</> <span color="#00FF00">and this is green!</> | This text is red, and this is green! |
This is <span size="32">BIG</> text. | This is BIG text. |
You can also <span color="#FFFF00" size="32">COMBINE</> tags. | You can also COMBINE tags. |