TypographyDirective
Directive
Represents the Kendo UI Typography directive for Angular. Use this directive to represent element types in a uniform way by relying on the predefined Kendo theme classes.
Definition
Package:@progress/kendo-angular-typography
Selector:[kendoTypography]
Export Name:Accessible in templates as #kendoTypographyInstance="kendoTypography"
Syntax:
html
<div kendoTypography variant="k-h1"></div>
Inputs
Sets the element font-size style.
Sets the element font-weight style.
Sets the element text-align style.
Sets the element text-transform style.
Applies the theme-color to the element.
Specifies the element variant class that will be applied.