| 123456789101112131415161718 |
- <div id="snippet-font">
- <p>
- This is a mixed text with different font sizes:
- <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 the "Arial, Helvetica, sans-serif" family set.</span>
- </p>
- <p>
- <span style="font-family: 'Courier New', Courier, monospace;">This text has the "Courier New, Courier, monospace" family set.</span>
- </p>
- </div>
|