New to Kendo UI for Angular? Start a free 30-day trial
TypographyFontSize
Specifies the font size. The possible values are:
xs
sm
md
lg
xl
The corresponding styles for the Default Kendo theme are:
xs
—font-size: 10pxsm
—font-size: 12pxmd
—font-size: 16pxlg
—font-size: 18pxxl
—font-size: 20px
The corresponding styles for the Bootstrap Kendo theme are:
xs
—font-size: 0.75remsm
—font-size: 0.875remmd
—font-size: 1remlg
—font-size: 1.25remxl
—font-size: 1.5rem
The corresponding styles for the Material Kendo theme are:
xs
—font-size: 10pxsm
—font-size: 12pxmd
—font-size: 14pxlg
—font-size: 16pxxl
—font-size: 20px
type
TypographyFontSize = "xs" | "sm" | "md" | "lg" | "xl";