Global typography tokens
These are the original values in our design language, represented by context-agnostic names. They define the values that can be assigned to our alias tokens, which are the ones used in Graphical User Interfaces (GUI) while designing and developing our products.
Font family
Example Description Token name
- StringJET Sans Our primary font family$font-family-primary
- StringArial Used only as a fallback font$font-family-secondary
- StringPT Mono Used only for snippets of code$font-family-code
Font weight
Example Description Token name
- StringExtra bold$font-weight-extrabold
- StringBold$font-weight-bold
- StringRegular$font-weight-regular
Font size
Example Description Token name
- StringFont size 12 Text size: 12px$font-size-12
Line height: 16px - StringFont size 14 Text size: 14px$font-size-14
Line height: 20px - StringFont size 16 Text size: 16px$font-size-16
Line height: 24px - StringFont size 19 Text size: 19px$font-size-19
Line height: 28px - StringFont size 20 Text size: 20px$font-size-20
Line height: 28px - StringFont size 24 Text size: 24px$font-size-24
Line height: 32px - StringFont size 28 Text size: 28px$font-size-28
Line height: 36px - StringFont size 32 Text size: 32px$font-size-32
Line height: 40px - StringFont size 48 Text size: 48px$font-size-48
Line height: 56px
Font style
Example Description Token name
- StringUnderline Text decoration: underline$font-style-underline
Paragraph spacing
Example Description Token name
-
Paragraph
Paragraph
Paragraph spacing 1 Space between paragraphs: 16px$font-paragraph-spacing-01 -
Paragraph
Paragraph
Paragraph spacing 2 Space between paragraphs: 14px$font-paragraph-spacing-02 -
Paragraph
Paragraph
Paragraph spacing 3 Space between paragraphs: 12px$font-paragraph-spacing-03
Letter spacing
Example Description Token name
- StringLetter spacing 0 Default letter spacing$font-letter-spacing-00