Range.Font (Word)
Returns or sets a Font object that represents the character formatting of the specified object.
To set this property, specify an expression that returns a Font object.
ActiveDocument.Styles(wdStyleHeading1).Font.Bold = False
Returns or sets a Font object that represents the character formatting of the specified object.
To set this property, specify an expression that returns a Font object.
ActiveDocument.Styles(wdStyleHeading1).Font.Bold = False