# Sandbox.UI.FontSmooth

Possible values for `font-smooth` CSS property.

- Kind: enum
- Namespace: `Sandbox.UI`
- Assembly: `Sandbox.System`
- Modifiers: sealed

## Fields

- [`Always`](/api/Sandbox.UI.FontSmooth/Always): Always anti-alias
- [`Auto`](/api/Sandbox.UI.FontSmooth/Auto): Let us decide (we'll anti-alias where available)
- [`Never`](/api/Sandbox.UI.FontSmooth/Never): Turn font smoothing off
