Typography

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

List Style Type

The Telerik and Kendo UI List Style Type Utilities are CSS utility classes that enable you to control what marker will be used for list item elements.

Utility ClassCSS Property
.k-list-nonelist-style-type: none;
.k-list-disclist-style-type: disc;
.k-list-decimallist-style-type: decimal;

Disc

Use the k-list-disc utility to apply a disc-type marker to the list items.

Decimal

Use the k-list-decimal utility to apply decimal numbers as markers for the list items.

None

Use the k-list-none utility to apply no markers to the list items.