# Sandbox.UI.FontStyle

Possible values for `font-style` CSS property.

- Kind: enum
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Fields

- [`Italic`](/api/Sandbox.UI.FontStyle/Italic): Italic/cursive slanted text.
- [`None`](/api/Sandbox.UI.FontStyle/None): No font styling, default.
- [`Oblique`](/api/Sandbox.UI.FontStyle/Oblique): Non cursive slanted text, if the font supports it, italic otherwise.
