Returns a Font object based on the font used by the Normal Style. You can then change the properties of this font and use it elsewhere.

 public Font CreateFont()
Public Function CreateFont() As Font

A Font object based on the font used by the Normal Style.

Font oFont = oDocument.CreateFont();
Dim oFont As Font = oDocument.CreateFont()