Vizzu / types/styles / Font
Interface: Font
Font properties.
Extended by
Properties
fontFamily?
optionalfontFamily:null|string
The family of the font. If not set, it inherits the root style font family.
fontSize?
optionalfontSize:null|Length
The size of the font. Percentage values are relative to the root style font size.
fontStyle?
optionalfontStyle:null|"normal"|"italic"|"oblique"
The style of the font.
fontWeight?
optionalfontWeight:null|number|"bold"|"normal"
The weight of the font, numbers use the same scale as CSS.