Typography

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

On this page

Font style

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

Utility ClassCSS Property
.k-font-italicfont-style: italic;
.k-font-non-italicfont-style: normal;

Italic

Use the k-font-italic utility to set italic style to font.

On this page