Skip to content

Commit

Permalink
docs: typography (#516)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Tibúrcio <[email protected]>
  • Loading branch information
soniakose and tibuurcio authored Dec 17, 2024
1 parent 881df9b commit d7ab882
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion docs/Foundations/Typography.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
# Typography

TBD
### Font Families

#### Primary Font
- **Value:** `'GT America', -system-ui, sans-serif`
- **Usage:** Default for all general text like headings, paragraphs, and UI labels.

#### Code Font
- **Value:** `'Roboto Mono', monospace`
- **Usage:** Used for code snippets, technical text, or monospaced content.



### Font Sizes
- **Base:** `14px`
- **Large (LG):** `16px`
- **Small (SM):** `12px`
- **Extra Large (XL):** `20px`

#### Heading Font Sizes
- **Heading 1:** `38px`
- **Heading 2:** `30px`
- **Heading 3:** `24px`
- **Heading 4:** `20px`
- **Heading 5:** `16px`


### Font Weights
- **Normal Weight:** `400`
- **Strong Weight:** `500`



### Line Heights
- **Default:** `22px`
- **Large (LG):** `24px`
- **Small (SM):** `20px`

#### Heading Line Heights
- **Heading 1:** `46px`
- **Heading 2:** `38px`
- **Heading 3:** `32px`
- **Heading 4:** `28px`
- **Heading 5:** `24px`


### Text Styles
- Normal
- **Strong**
- _Italic_
- ~~Underline~~


0 comments on commit d7ab882

Please sign in to comment.