WebPageFont Object (Office)

Represents the default font used when documents are saved as Web pages for a particular character set.

Remarks

Use the WebPageFont object to describe the proportional font, proportional font size, fixed-width font, and fixed-width font size for any available character set .

Example

The following example sets the proportional font and proportional font size for the WebPageFont object's "myFont".

With myFont 
 ProportionalFont = Verdana 
 ProportionalFontSize = 14

See Also

Concepts

Object Model Reference

WebPageFont Object Members