font-family

Since UXP v2.0

Sets the font family for a given element's text.

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

Example

.someElement {
    font-family: Helvetica, Arial, 'Courier New';
}

Quirks and Exceptions