New to Kendo UI for Angular? Start a free 30-day trial

Customizing Typography

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-font-sizeNumber14px14px
Description
Base font size across all components.
$kendo-font-size-xsNumber10px10px
Description
Extra small font size across all components.
$kendo-font-size-smNumber12px12px
Description
Small font size across all components.
$kendo-font-size-mdNumber$kendo-font-size14px
Description
Medium font size across all components.
$kendo-font-size-lgNumber16px16px
Description
Large font size across all components.
$kendo-font-size-xlNumber20px20px
Description
Extra large font size across all components.
$kendo-font-family-sans-serifListsystem-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"system-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
Font family for text.
$kendo-font-family-monospaceListSFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospaceSFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace
Description
Font family for monospaced text. Used for styling the code.
$kendo-font-familyStringinheritinherit
Description
Font family across all components.
$kendo-line-heightNumberk-math-div( 20, 14 )1.4285714286
Description
Line height used along with $kendo-font-size.
$kendo-line-height-xsNumber11
Description
Extra small line height used along with $kendo-font-size-xs.
$kendo-line-height-smNumber1.251.25
Description
Small line height used along with $kendo-font-size-sm.
$kendo-line-height-mdNumber$kendo-line-height1.4285714286
Description
Medium line height used along with $kendo-font-size-md.
$kendo-line-height-lgNumber1.51.5
Description
Large line height used along with $kendo-font-size-lg.
$kendo-font-weight-lightNumber300300
Description
Light font weight.
$kendo-font-weight-normalNumber400400
Description
Normal font weight.
$kendo-font-weight-mediumNumber500500
Description
Medium font weight.
$kendo-font-weight-semiboldNumber600600
Description
Semibold font weight.
$kendo-font-weight-boldNumber700700
Description
Bold font weight.
$kendo-letter-spacingNullnullnull
Description
Letter spacing.

In this article

Not finding the help you need?