Skip to content

Vizzu-Story / Exports / Vizzu / Styles / Font

Interface: Font

Vizzu.Styles.Font

Font properties.

Hierarchy

Properties

fontFamily

Optional fontFamily: string

The family of the font. If not set, it inherits the root style font family.


fontSize

Optional fontSize: Length

The size of the font. Percentage values are relative to the root style font size.


fontStyle

Optional fontStyle: "normal" | "italic" | "oblique"

The style of the font.


fontWeight

Optional fontWeight: number | "normal" | "bold"

The weight of the font, numbers use the same scale as CSS.