New to Kendo UI for Angular? Start 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:
p
—k-paragraph
h1
—k-h1
h2
—k-h2
h3
—k-h3
h4
—k-h4
h5
—k-h5
h6
—k-h6
code
—k-code
pre
—k-pre
type
TypographyVariant = "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "code" | "pre";