Skip to main content
type FontWidth = "compressed" | "condensed" | "standard" | "expanded";
compressed
string
The narrowest width. Characters are very narrow with tight spacing.
condensed
string
Narrower than standard but wider than compressed.
standard
string
The default font width.
expanded
string
Wider than standard. Characters have more horizontal space.