The <FONT FACE> tag
The font you choose for your text is not always present on a visitor's computer. To be sure that he can read your page using
a font that's close to the one you chose, you can indicate several by using the tag
<FONT FACE>:
<FONT FACE="Helvetica, Arial, Verdana, Tahoma">your text</FONT>
This means the browser will automatically display the first font from the list that is present on the visitor's computer.
Discover all Webmaster tips.