Typography

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

Text Align

The Telerik and Kendo UI Text Align Utilities are CSS utility classes that enable you to control how text will be aligned inside the container.

Utility ClassCSS Property
.k-text-lefttext-align: left;
.k-text-righttext-align: right;
.k-text-centertext-align: center;
.k-text-justifytext-align: justify;

Center

Use the k-text-center utility to center the text.

Left

Use the k-text-left utility to align the text to the left.

Right

Use the k-text-right utility to align the text to the right.

Justify

Use the k-text-justify utility to justify the text.