Syntax

expression.FixedWidthFont

expression A variable that represents a WebPageFont object.

Remarks

When you set the FixedWidthFont property, the host application does not check the value for validity.

Example
This example sets the fixed-width font and fixed-width font size for the English/Western European/Other Latin Script character set in the active application.

Visual Basic for Applications
Application.DefaultWebOptions. _ Fonts(msoCharacterSetEnglishWesternEuropeanOtherLatinScript) _ .FixedWidthFont = "System" Application.DefaultWebOptions. _ Fonts(msoCharacterSetEnglishWesternEuropeanOtherLatinScript) _ .FixedWidthFontSize = 12
fixed fixed width font Fixed Width Font Property fixedwidth fixedwidthfont fixedwidthfont property ofv

See also: