• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
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:

  • pk-paragraph
  • h1k-h1
  • h2k-h2
  • h3k-h3
  • h4k-h4
  • h5k-h5
  • h6k-h6
  • codek-code
  • prek-pre

type TypographyVariant = "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "code" | "pre";

In this article

Not finding the help you need?