Skip to main content

Typography

Type hierarchy and scales

Type face

The Manifest Design System type hierarchy and scale is designed leveraging the Inter type face.

Inter Type Face

Type scale

The system provides the following type scales to create our type hierarchy.

http://localhost:3000
DisplayHeadingTitleSubtitleBodyBody BodySubtextSubtext BoldCaptionCaption Bold
NameSizeWeightLine HeightLetter Spacing
Display32px70042px-0.03em
Heading24px70032px-0.02em
Title20px70030px-0.01em
Subtitle16px70024px-0.01em
Body16px40024px-0.01em
Subtext14px40020px-0.01em
Caption12px40018px-0.01em

CDN

Please be sure to include the font family link in the <head> of your application's HTML.

<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap"
rel="stylesheet"
/>