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

TypographyFontSize

Specifies the font size. The possible values are:

  • xs
  • sm
  • md
  • lg
  • xl

The corresponding styles for the Default Kendo theme are:

  • xs—font-size: 10px
  • sm—font-size: 12px
  • md—font-size: 16px
  • lg—font-size: 18px
  • xl—font-size: 20px

The corresponding styles for the Bootstrap Kendo theme are:

  • xs—font-size: 0.75rem
  • sm—font-size: 0.875rem
  • md—font-size: 1rem
  • lg—font-size: 1.25rem
  • xl—font-size: 1.5rem

The corresponding styles for the Material Kendo theme are:

  • xs—font-size: 10px
  • sm—font-size: 12px
  • md—font-size: 14px
  • lg—font-size: 16px
  • xl—font-size: 20px

type TypographyFontSize = "xs" | "sm" | "md" | "lg" | "xl";

Not finding the help you need?
Contact Support