font-style

Since UXP v2.0

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

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

Example

.someElement {
    font-style: italic;
}

Quirks and Exceptions