New to Kendo UI for Angular? Start a free 30-day trial
TypographyFontSize
Updated on Oct 31, 2025
Sets the font size. You can use these values:
xssmmdlgxl
The matching styles for the Default Kendo theme are:
xs—font-size: 10pxsm—font-size: 12pxmd—font-size: 16pxlg—font-size: 18pxxl—font-size: 20px
The matching 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 matching 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";