@@include('../../templates/modules/components/DocumentationPageHeader.html')

Typography

Fabric includes 10 base font classes that represent the type ramp for the Office Design Language. Each base class sets a default size, weight, and color.

Font weight

Use these classes to set the font weight, independent of its size and color.

Class

Weight

{{#each FontWeightModel.items}} {{> FontWeight this }} {{/each}}

Font size

Use these classes to set the font size, independent of its weight and color.

Class

Size

{{#each FontSizeModel.items}} {{> FontSize this }} {{/each}}
@@include('../../templates/modules/components/DocumentationPageFooter.html')