ITS Home Tech Support Laptop Program E Learning Media Services Communications

Web Services Home

How to obtain Webspace

Course1

Desire2Learn

Web Accessibility Guidelines

WSU Web Policy

HTML Tutorial

FTP Tutorial

Student Webs

Student Clubs

Webmail

 

Font Extensions

The 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>
Verdana

<font size="+2" face="arial">Arial</font>
Arial

<font size="+2" face="garamond">Garamond</font>
Garamond

<font size="+2" face="impact">Impact</font>
Impact

<font size="+2" face="comic sans ms">Comic Sans MS</font>
Comic Sans MS

Note: If you see no difference in the fonts above, your browser does not support the extended fonts.

<---Back to Text Formatting    On to Text Color--->