|
||||||||||||
Web Services Home |
|
Font ExtensionsThe newest version of many browsers supports extended fonts, in which you can choose to have the document fonts be other than the normal one. This is accomplished by adding the FACE="font_name" attribute to the <font> tag. The most commonly supported fonts are Verdana, Arial, Helvetica, Impact, Comic Sans MS, and a few others.
<font size="+2" face="verdana">Verdana</font>
<font size="+2" face="arial">Arial</font>
<font size="+2" face="garamond">Garamond</font>
<font size="+2" face="impact">Impact</font>
<font size="+2" face="comic sans ms">Comic Sans MS</font> Note: If you see no difference in the fonts above, your browser does not support the extended fonts.
|