This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
Making changes in the HTML code to the Font tag allows you to specify alternate fonts. In doing this, you increase the possibility that a browser will display your page as intended. For example, not all browsers will be able to view your chosen font, so you are allowed to list several fonts in order of preference. The browser will then select the first one it is able to view correctly.
In the first example shown here, if the browser cannot display Times New Roman, it will try to display a font in the Times family. If that fails, the browser will display its default font of the serif type.
| Serif Example | Result |
| <font face="Times New Roman, Times, serif">Eau Claire</font> | |
| San Serif Examples | Results |
| <font face="Arial, Helvetica, sans-serif">Eau Claire</font> | |
| <font face="Verdana, Arial, Helvetica, sans-serif">Eau Claire</font> | |
| <font face="Geneva, Arial, Helvetica, san-serif">Eau Claire</font> | |
| Cursive Example | Result |
| <font face="Brush Script MT, Mistral, cursive">Eau Claire</font> | |
| Fantasy Example | Result |
| <font face="Algerian, Western, fantasy">Eau Claire</font> |
Making changes in the HTML code to the Font tag allows you to specify alternate fonts, increasing the possibility that a browser will display your page as intended.
Select the text to modify
NOTE: If no text is selected, the change applies to subsequent text you type.
From the Text menu, select Font » desired font combination
Your font choice is applied.
Select the text to modify
In the Text Properties pane, from the Font pull-down list, select a font combination
Your font choice is applied.
Select the text to modify
On the Document toolbar, click SHOW CODE VIEW
or SHOW CODE AND DESIGN VIEWS![]()
Your text is selected in the HTML code.
Within the font face tag, specify additional fonts in order of priority
In the example shown here, three font selections have been specified. Arial is the first selection; if that cannot be displayed, Helvetica is the second choice; otherwise, a font of the sans-serif type will be displayed.

This is what the above HTML will produce:
Font combinations determine how a browser displays text in your web page. A browser displays the first font in the list that is installed on the user’s system; if no font in the list is installed, the browser displays the text according to the user’s browser preferences.
From the Text menu, select Font » Edit Font List...
The Edit Font List dialog box appears.
From the Font list scroll box, select the font combination you want to modify
The fonts which make up this combination appear in the Chosen fonts scroll box.
Click REMOVE![]()
The font is removed from the combination.
Click ADD![]()
The font is added to the combination.
Click MOVE UP or MOVE DOWN
Click OK
From the Text menu, select Font » Edit Font List...
The Edit Font List dialog box appears.
To create a new font combination, click INSERT![]()
From the Available fonts scroll box, select a font
Click ADD![]()
The font appears in the Chosen fonts scroll box.
Repeat steps 2 and 3 until you have the font combination
NOTE: It is a good idea to include a generic font family in the combination (appropriate to your other font choices) in case a browser does not recognize your specified fonts. Serif and sans-serif, as well as other generic font choices, appear at the end of the Available fonts list.
Click OK
Your new font combination is added to the Font list.
From the Text menu, select Font » Edit Font List...
The Edit Font List dialog box appears.
From the Font list, select a font combination
Click DELETE![]()
The font combination is removed from the Font list.
Click OK