NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Font Element Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body>

<h2 align="center">Font Sizing</h2>

<font size="1">
Font size 1</font><br />

<font size="2">
Font size 2</font><br />

<font size="3">
Font size 3</font><br />

<font size="4">Font size 4</font><br />

<font size="5">Font size 5</font><br />

<font size="6">Font size 6</font><br />

<font size="7">Font size 7</font><br />

This is <font size="+2">+2 from the base size.</font>

Now it is <font size="-1">-1 from base size.</font>

<h2 align="center">
Font Color</h2>

<font color="red">
Red Text</font><br />

<font color="#ffcc66">
Hex #ffcc66 color</font>

<h2 align="center">
Font Face</h2>

<font face="Arial">
Set font to common fonts like Arial</font><br />

<font face="'Viner Hand ITC'">
Take a chance on an unusual font</font><br />

Even set text to dingbat characters <font face="Webdings">f3khilqm </font><br />

<h2 align="center">
Common Font Face Combinations</h2>

<font face="Arial,Helvetica,sans-serif">
Arial,Helvetica,sans-serif</font><br />

<font face="Verdana, Arial, Helvetica, sans-serif">
Verdana, Arial, Helvetica, sans-serif</font>
<br /

<font face="'Times New Roman',Times,serif">Times New Roman,Times,serif</font><br />

<font face="Georgia, 'Times New Roman', Times, serif">Georgia, Times New Roman, Times, serif</font><br />

<font face="'Courier New', Courier, monospace">Courier New, Courier, monospace</font><br />

<h2 align="center">Combination</h2>

You can <font size="+2" color="red" face="Arial">set all font attributes at once</font>!

</body>

</html>

CLOSE WINDOW | VIEW RENDERED PAGE