font-size.html 296 B

1234567891011
  1. <div id="snippet-font-size">
  2. <h2>Font Size feature sample.</h2>
  3. <p>
  4. This is a mixed text with different sizes of text:
  5. <span class="text-tiny">tiny</span>,
  6. <span class="text-small">small</span>,
  7. <span class="text-big">big</span> and
  8. <span class="text-huge">huge</span>.
  9. </p>
  10. </div>