font-size

Since UXP v2.0

Specifies the size of the font.

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

Example

.someElement {
    font-size: 24pt;
}

Quirks and Exceptions