| 1234567891011121314151617181920 |
- <div id="snippet-font">
- <h2>Font 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>
- <p>
- <span style="font-family: Arial, Helvetica, sans-serif;">This text has "Arial, Helvetica, sans-serif" family set.</span>
- </p>
- <p>
- <span style="font-family: 'Courier New', Courier, monospace;">This text has "Courier New, Courier, monospace" family set.</span>
- </p>
- </div>
|