| 1234567891011 |
- <div id="snippet-font-size">
- <h2>Font Size feature sample.</h2>
- <p>
- This is a mixed text with different sizes of text:
- <span class="text-tiny">tiny</span>,
- <span class="text-small">small</span>,
- <span class="text-big">big</span> and
- <span class="text-huge">huge</span>.
- </p>
- </div>
|