Syntax

expression.Fonts

expression A variable that represents a DefaultWebOptions object.

Example

This example sets the default fixed-width font for the English/Western European/Other Latin Script character set to Courier New, 14 points.

Visual Basic for Applications
With Application.DefaultWebOptions _ .Fonts(msoCharacterSetEnglishWesternEuropeanOtherLatinScript) .FixedWidthFont = "Courier New" .FixedWidthFontSize = 14 End With
fonts Fonts Property

See also: