Typography
Typography establishes visual hierarchy and ensures readability across the platform.Font Families
Sans Serif
Primary font for UI elements, body text, and general content.
Serif
Display font for marketing, quotes, or special emphasis.
Monospace
Code font for technical content, code snippets, and data.
Headings
Body Text
Regular paragraph text uses a base font size of 16px (1rem) with a line height of 1.6 for optimal readability.Good typography improves user experience by making content easier to scan and read.
Text Sizes
Font Weights
Text Formatting
- Bold text - Used for emphasis and important information
- Italic text - Used for quotes, references, or subtle emphasis
Inline code- Used for technical terms, variables, code
Text Colours
Lists
Unordered Lists
- First item in the list
- Second item in the list
- Third item in the list
Ordered Lists
- First step in the process
- Second step in the process
- Third step in the process
Code Blocks
Useinline code for short code references within text.