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
- Text edit fields do not support overriding the font style.
- Not all Spectrum UXP components support overriding the font style.