Skip to main content
type FontDesign = "default" | "serif" | "rounded" | "monospaced";
default
string
The platform’s standard sans-serif font design.
serif
string
A serif font with decorative strokes at letterform endings.
rounded
string
A rounded font with soft terminals for a friendlier appearance.
monospaced
string
A monospaced font where all characters have equal width. Commonly used for code.