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

TypographyVariant

Applies the available Kendo theme class to the element. The possible values are:

  • p
  • h1
  • h2
  • h3
  • h4
  • h5
  • h6
  • code
  • pre

The corresponding Kendo theme classes are:

  • pk-paragraph
  • h1k-h1
  • h2k-h2
  • h3k-h3
  • h4k-h4
  • h5k-h5
  • h6k-h6
  • codek-code
  • prek-pre

type TypographyVariant = "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "code" | "pre";

Not finding the help you need?
Contact Support