TypographyOption
type TypographyOption = { baseSize?: 14 | 15 | 16 | 17 | 18; fontFamily?: string; fontFamilyMono?: string; fontSources?: FontObject[];};
Properties
Section titled “Properties”baseSize?
Section titled “baseSize?”optional baseSize: 14 | 15 | 16 | 17 | 18;
Base font size in pixels.
fontFamily?
Section titled “fontFamily?”optional fontFamily: string;
fontFamilyMono?
Section titled “fontFamilyMono?”optional fontFamilyMono: string;
fontSources?
Section titled “fontSources?”optional fontSources: FontObject[];