font-style

Since UXP v2.0

Sets the font style for the element. Supports normal (default) and italic.

See: https://developer.mozilla.org/en/docs/Web/CSS/font-style

Example

.someElement {
    font-style: italic;
}

Quirks and Exceptions