Font.Reset Method (Word)
Removes manual character formatting (formatting not applied using a style). For example, if you manually format a word as bold and the underlying style is plain text (not bold), the Reset method removes the bold format.
Syntax
expression .Reset
expression Required. A variable that represents a Font object.
Example
This example removes manual formatting from the selection.
Selection.Font.Reset