Font Size

The Telerik and Kendo UI Typography Utilities allow you to control the styles applied to text.

On this page

Font Size

The Telerik and Kendo UI Font Size Utilities are CSS utility classes that enable you to control size of the font.

Utility ClassCSS Property
.k-font-size-xlfont-size: 20px;
.k-font-size-xsfont-size: 10px;
.k-font-size-smfont-size: 12px;
.k-font-size-mdfont-size: 14px;
.k-font-size-lgfont-size: 16px;

Size

Use the k-font-size-{size} utility to set font size.

On this page

Feedback