Customizing Typography

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-font-size0.875rem
Description
The base font size across all components.
$kendo-font-size-xs0.625rem
Description
The extra extra small font size across all components.
$kendo-font-size-sm0.75rem
Description
The small font size across all components.
$kendo-font-size-md$kendo-font-size
Description
The medium font size across all components.
$kendo-font-size-lg1rem
Description
The large font size across all components.
$kendo-font-size-xl1.25rem
Description
The extra large font size across all components.
$kendo-line-heightmath.div( 20, 14 )
Description
The base line height across all components.
$kendo-line-height-xs1
Description
The extra small line height across all components.
$kendo-line-height-sm1.25
Description
The small line height across all components.
$kendo-line-height-md$kendo-line-height
Description
The medium line height across all components.
$kendo-line-height-lg1.5
Description
The large line height across all components.
$kendo-line-height-emcalc( #{$kendo-line-height} * 1em)
Description
The base line height in ems across all components.
$kendo-letter-spacingnormal
Description
The base letter spacing across all components.
$kendo-font-family"Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif
Description
The font family across all components.
$kendo-font-sizes$_default-font-sizes
Description
The font sizes map
$kendo-line-heights$_default-line-heights
Description
The line heights map
$kendo-h1-font-size32px
Description
The font size of the highest level heading.
$kendo-h2-font-size28px
Description
The font size of the second highest level heading.
$kendo-h3-font-size24px
Description
The font size of the third highest level heading.
$kendo-h4-font-size20px
Description
The font size of the fourth highest level heading.
$kendo-h5-font-size18px
Description
The font size of the fifth highest level heading.
$kendo-h6-font-size16px
Description
The font size of the sixth highest level heading.
$kendo-h1-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the highest level heading.
$kendo-h2-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the second highest level heading.
$kendo-h3-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the third highest level heading.
$kendo-h4-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the fourth highest level heading.
$kendo-h6-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the sixth highest level heading.
$kendo-h1-line-height40px
Description
The line height of the highest level heading.
$kendo-h2-line-height36px
Description
The line height of the second highest level heading.
$kendo-h3-line-height32px
Description
The line height of the third highest level heading.
$kendo-h4-line-height28px
Description
The line height of the fourth highest level heading.
$kendo-h5-line-height24px
Description
The line height of the fifth highest level heading.
$kendo-h2-font-weightvar( --kendo-font-weight-semibold, normal )
Description
The font weight of the highest level heading.
$kendo-h1-font-weightvar( --kendo-font-weight-semibold, normal )
Description
The font weight of the second highest level heading.
$kendo-h3-font-weightvar( --kendo-font-weight-semibold, normal )
Description
The font weight of the third highest level heading.
$kendo-h4-font-weightvar( --kendo-font-weight-semibold, normal )!default
Description
The font weight of the fourth highest level heading.
$kendo-h5-font-weightvar( --kendo-font-weight-semibold, normal )!default
Description
The font weight of the fifth highest level heading.
$kendo-h6-font-weightvar( --kendo-font-weight-semibold, normal )!default
Description
The font weight of the sixth highest level heading.
$kendo-h1-letter-spacingvar( --kendo-letter-spacing, normal )
Description
The letter spacing of the highest level heading.
$kendo-h2-letter-spacingvar( --kendo-letter-spacing, normal )
Description
The letter spacing of the second highest level heading.
$kendo-h3-letter-spacingvar( --kendo-letter-spacing, normal )
Description
The letter spacing of the third highest level heading.
$kendo-h4-letter-spacingvar( --kendo-letter-spacing, normal )
Description
The letter spacing of the fourth highest level heading.
$kendo-h5-letter-spacingvar( --kendo-letter-spacing, normal )
Description
The letter spacing of the fifth highest level heading.
$kendo-h6-letter-spacingvar( --kendo-letter-spacing, normal )
Description
The letter spacing of the sixth highest level heading.
$kendo-h1-margin0 0 var( --kendo-font-size, inherit )
Description
The margin of the highest level heading.
$kendo-h2-margin0 0 var( --kendo-font-size, inherit )
Description
The margin of the second highest level heading.
$kendo-h3-margin0 0 var( --kendo-font-size, inherit )
Description
The margin of the third highest level heading.
$kendo-h4-margin0 0 var( --kendo-font-size, inherit )
Description
The margin of the fourth highest level heading.
$kendo-h5-margin0 0 var( --kendo-font-size, inherit )
Description
The margin of the fifth highest level heading.
$kendo-h6-margin0 0 var( --kendo-font-size, inherit )
Description
The margin of the sixth highest level heading.
$kendo-headings( h1: ( font-size: $kendo-h1-font-size, font-family: $kendo-h1-font-family, line-height: $kendo-h1-line-height, font-weight: $kendo-h1-font-weight, letter-spacing: $kendo-h1-letter-spacing, margin: $kendo-h1-margin ), h2: ( font-size: $kendo-h2-font-size, font-family: $kendo-h2-font-family, line-height: $kendo-h2-line-height, font-weight: $kendo-h2-font-weight, letter-spacing: $kendo-h2-letter-spacing, margin: $kendo-h2-margin ), h3: ( font-size: $kendo-h3-font-size, font-family: $kendo-h3-font-family, line-height: $kendo-h3-line-height, font-weight: $kendo-h3-font-weight, letter-spacing: $kendo-h3-letter-spacing, margin: $kendo-h3-margin ), h4: ( font-size: $kendo-h4-font-size, font-family: $kendo-h4-font-family, line-height: $kendo-h4-line-height, font-weight: $kendo-h4-font-weight, letter-spacing: $kendo-h4-letter-spacing, margin: $kendo-h4-margin ), h5: ( font-size: $kendo-h5-font-size, font-family: $kendo-h5-font-family, line-height: $kendo-h5-line-height, font-weight: $kendo-h5-font-weight, letter-spacing: $kendo-h5-letter-spacing, margin: $kendo-h5-margin ), h6: ( font-size: $kendo-h6-font-size, font-family: $kendo-h6-font-family, line-height: $kendo-h6-line-height, font-weight: $kendo-h6-font-weight, letter-spacing: $kendo-h6-letter-spacing, margin: $kendo-h6-margin ) )
Description
The headings Map.
$kendo-paragraph-margin0 0 var( --kendo-font-size, inherit)
Description
The margin of the paragraph.
$kendo-paragraph-font-sizevar( --kendo-font-size, inherit)
Description
The font size of the paragraph.
$kendo-paragraph-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the paragraph.
$kendo-paragraph-line-heightvar( --kendo-line-height, normal)
Description
The line height of the paragraph.
$kendo-paragraph-font-weightvar( --kendo-font-weight, normal)
Description
The font weight of the paragraph.
$kendo-paragraph-letter-spacingvar( --kendo-letter-spacing, normal)
Description
The letter spacing of the paragraph.
$kendo-code-font-sizevar( --kendo-font-size, inherit)
Description
The font size of the code tag.
$kendo-code-font-family$kendo-font-family-monospace
Description
The font family of the code tag.
$kendo-code-line-heightvar( --kendo-line-height, normal)
Description
The line height of the code tag.
$kendo-code-font-weightvar( --kendo-font-weight, normal)
Description
The font weight of the code tag.
$kendo-code-letter-spacingvar( --kendo-letter-spacing, normal)
Description
The letter spacing of the code tag.
$kendo-code-padding-xk-spacing(1)
Description
The horizontal padding of the code tag.
$kendo-code-padding-yk-spacing(0)
Description
The vertical padding of the code tag.
$kendo-pre-padding-xk-spacing(6)
Description
The horizontal padding of the preformatted text.
$kendo-pre-padding-yk-spacing(4)
Description
The vertical padding of the preformatted text.
$kendo-code-border-width1px
Description
The width of the border of the code tag.
$kendo-code-bgvar( --kendo-component-bg, initial)
Description
The background color of the code tag.
$kendo-code-textvar( --kendo-component-text, initial)
Description
The text color of the code tag.
$kendo-code-bordervar( --kendo-component-border, initial)
Description
The border color of the code tag.
$kendo-display1-font-sizecalc( var( --kendo-font-size, .875rem ) * 9 )
Description
The font size of the largest display text.
$kendo-display2-font-sizecalc( var( --kendo-font-size, .875rem ) * 6 )
Description
The font size of the second largest display text.
$kendo-display3-font-size68px
Description
The font size of the third largest display text.
$kendo-display4-font-sizecalc( var( --kendo-font-size, .875rem ) * 3 )
Description
The font size of the fourth largest display text.
$kendo-display1-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the largest display text.
$kendo-display2-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the second largest display text.
$kendo-display3-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the third largest display text.
$kendo-display4-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the fourth largest display text.
$kendo-display1-line-height118px
Description
The line height of the largest display text.
$kendo-display2-line-height94px
Description
The line height of the second largest display text.
$kendo-display3-line-height76px
Description
The line height of the third largest display text.
$kendo-display4-line-height52px
Description
The line height of the fourth largest display text.
$kendo-display1-font-weightvar( --kendo-font-weight-semibold, normal )
Description
The font weight of the largest display text.
$kendo-display2-font-weightvar( --kendo-font-weight-semibold, normal )
Description
The font weight of the second largest display text.
$kendo-display3-font-weightvar( --kendo-font-weight-semibold, normal )
Description
The font weight of the third largest display text.
$kendo-display4-font-weightvar( --kendo-font-weight-semibold, normal )
Description
The font weight of the fourth largest display text.
$kendo-display1-letter-spacingvar( --kendo-letter-spacing, normal )
Description
The letter spacing of the largest display text.
$kendo-display2-letter-spacingvar( --kendo-letter-spacing, normal )
Description
The letter spacing of the second largest display text.
$kendo-display3-letter-spacingvar( --kendo-letter-spacing, normal )
Description
The letter spacing of the third largest display text.
$kendo-display4-letter-spacingvar( --kendo-letter-spacing, normal )
Description
The letter spacing of the fourth largest display text.
$kendo-display( 1: ( font-size: $kendo-display1-font-size, font-family: $kendo-display1-font-family, line-height: $kendo-display1-line-height, font-weight: $kendo-display1-font-weight, letter-spacing: $kendo-display1-letter-spacing ), 2: ( font-size: $kendo-display2-font-size, font-family: $kendo-display2-font-family, line-height: $kendo-display2-line-height, font-weight: $kendo-display2-font-weight, letter-spacing: $kendo-display2-letter-spacing ), 3: ( font-size: $kendo-display3-font-size, font-family: $kendo-display3-font-family, line-height: $kendo-display3-line-height, font-weight: $kendo-display3-font-weight, letter-spacing: $kendo-display3-letter-spacing ), 4: ( font-size: $kendo-display4-font-size, font-family: $kendo-display4-font-family, line-height: $kendo-display4-line-height, font-weight: $kendo-display4-font-weight, letter-spacing: $kendo-display4-letter-spacing ) )
Description
The displays Map.
$kendo-font-size-xxs0.5rem
Description
The extra extra small font size across all components.
$kendo-font-weight400
Description
The base font weight across all components.
$kendo-font-weight-thin100
Description
The thin font weight across all components.
$kendo-font-weight-extra-light200
Description
The extra light font weight across all components.
$kendo-font-weight-light300
Description
The light font weight across all components.
$kendo-font-weight-normal$kendo-font-weight
Description
The normal font weight across all components.
$kendo-font-weight-medium500
Description
The medium font weight across all components.
$kendo-font-weight-semibold600
Description
The semibold font weight across all components.
$kendo-font-weight-bold700
Description
The bold font weight across all components.
$kendo-font-weight-extra-bold800
Description
The extra bold font weight across all components.
$kendo-font-weight-black900
Description
The most pronounced font weight across all components.
$kendo-letter-spacing-tightest-.15px
Description
The tightest letter spacing across all components.
$kendo-letter-spacing-tighter-.10px
Description
Slightly looser than the tighter letter spacing across all components.
$kendo-letter-spacing-tight-.5px
Description
Moderately tight letter spacing across all components.
$kendo-letter-spacing-normal0px
Description
The normal letter spacing across all components.
$kendo-letter-spacing-wide.5px
Description
Wide letter spacing across all components.
$kendo-letter-spacing-wider.10px
Description
Slightly wider than the wide letter spacing across all components.
$kendo-letter-spacing-widest.15px
Description
The widest letter spacing across all components.
$kendo-font-family-sansArial, Verdana, Tahoma, "Trebuchet MS", Helvetica, Impact, Gill Sans
Description
The sans font family across all components.
$kendo-font-family-serif"Times New Roman", Georgia, Garamond, Palatino, Baskerville
Description
The serif font family across all components.
$kendo-font-family-sans-serifsystem-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
Description
The sans-serif font family across all components.
$kendo-font-family-monospaceSFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace
Description
The monospace font family across all components.
$kendo-font-weightsk-map-merge( $_default-font-weights, $kendo-font-weights )
Description
The font weights map
$kendo-letter-spacingsk-map-merge( $_default-letter-spacings, $kendo-letter-spacings )
Description
The letter spacings map
$kendo-font-familiesk-map-merge( $_default-font-families, $kendo-font-families )
Description
The font families map

In this article

Not finding the help you need?