FP98: Specifying a Series of Fonts Using the FONT TagID: Q185884
|
You can specify a one or a series of fonts using the FONT tag rather than defining fonts using Cascading Style Sheets. For example, you can specify a single font like this
<font face="Arial">or a series of fonts like this:
<font face="Charcoal, Arial, Times New Roman">When you specify a series of fonts, the Web browser will attempt to display the text in the first font in the series. If this font is not installed on the computer you are using to view the page, it will display the text using the second font in the series. The Web browser will cycle through the fonts until it finds a font that is installed on your computer. If it doesn't find any of the fonts listed in the FONT tag, it will use a default font to display the text.
To specify alternative fonts for text in FrontPage, follow these steps:
<font face="Charcoal, Arial, Times New Roman">
Additional query words: 98 multiple fonts font
Keywords : fpedit
Version : WINDOWS:98
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: July 29, 1999