New to Kendo UI for AngularStart a free 30-day trial

FontFamilyItem

Represents a single font in the font family DropDownList.

typescript
const fontItem: FontFamilyItem = {
  fontName: 'Arial, Helvetica, sans-serif',
  text: 'Arial'
};
NameTypeDefaultDescription

fontName

string

Sets the value of the font-family CSS property.

text

string

Sets the display text for the font in the DropDownList.

Not finding the help you need?
Contact Support