Article ID: 205759 - Last Review: October 27, 2002 - Revision: 1.0 HOW TO: Specify a Series of Fonts in FrontPage 2000This article was previously published under Q205759 On This PageSUMMARY
This article describes how to specify a series of fonts by using the Font list in FrontPage or by modifying the FONT tag used to format your text. Specifying FontsYou can use the FONT tag or the Font list to specify one font or a series of fonts, rather than defining fonts by using cascading style sheets.For example, you can specify a single font:
<font face="Arial">
or a series of fonts:
<font face="Charcoal, Arial, Times New Roman">
When you specify a series of fonts, the Web browser attempts to display
the text in the first font in the series. If this font is not installed on
the computer that you are using to view the page, the browser displays the text by using the second font in the series. The Web browser cycles through the fonts until it finds a font that is installed on your computer. If it does not find any of the fonts listed in the FONT tag, the browser uses a default font to display the text.To specify alternative fonts for text in FrontPage, use one of the following methods. Method 1: Use the Font Box on the Formatting Toolbar
Method 2: Edit the HTML
Method 3: Use the Format Menu
| Article Translations
|
Back to the top
