Remarks

The WebPageFonts collection contains one WebPageFont object for each character set.

Example

The following example uses the Item property to set "myFont" to the WebPageFont object for the English/Western European/Other Latin Script character set in the current application.

Visual Basic for Applications
Dim myFont As WebPageFont Set myFont = _ Application.DefaultWebOptions.Fonts.Item_ (msoCharacterSetEnglishWesternEuropeanOtherLatinScript)
ofv Web Page Fonts Collection Object

See also: