Style.fontStyle Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the font-style setting for an inline style.

Syntax

expression.fontStyle

expression   Required. A variable that represents a Style object.

Remarks

The String value for the fontStyle property can be one of the following:

Value Description
normal Font is normal. Default.
italic Font is italic.
oblique Font is italic.

See Also