Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 19 additions & 22 deletions guidelines/components/heading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,67 +35,64 @@ An inherit color from the definition of the application is received, so the comp

### Typography

#### Hal-Headings-H1
#### Heading H1

| Property | Value | Token |
| :------------------ | :------------------------ | :------------------------ |
| `font-family` | 'Open Sans', sans-serif; | `font-family-sans` |
| `font-weight` | 300 | `font-light` |
| `font-size` | 60px / 3.75rem | `font-scale-08` |
| `font-weight` | 600 | `font-weight-semibold` |
| `font-size` | 32px / 2.5rem | `font-scale-07` |
| `font-style` | regular | `font-normal` |
| `text-transform` | initial | |
| `letter-spacing` | -12.5px / -0.0125em | `font-tracking-tight-01` |
| `line-height` | 81.9px/ 1.365em | `font-leading-compact-01` |

#### Hal-Headings-H2

#### Heading H2

| Property | Value | Token |
| :------------------ | :------------------------ | :------------------------ |
| `font-family` | 'Open Sans', sans-serif; | `font-family-sans` |
| `font-weight` | 400 | `font-regular` |
| `font-size` | 48px / 3rem | `font-scale-07` |
| `font-weight` | 600 | `font-weight-semibold` |
| `font-size` | 24px / 1.5rem | `font-scale-05` |
| `font-style` | regular | `font-normal` |
| `text-transform` | initial | |
| `letter-spacing` | 0px / 0em | `font-tracking-normal` |
| `line-height` | 65.52px / 1.365em | `font-leading-compact-01` |

#### Hal-Headings-H3

#### Heading H3

| Property | Value | Token |
| :------------------ | :------------------------ | :------------------------ |
| `font-family` | 'Open Sans', sans-serif; | `font-family-sans` |
| `font-weight` | 400 | `font-regular` |
| `font-size` | 32px / 2rem | `font-scale-06` |
| `font-weight` | 600 | `font-weight-semibold` |
| `font-size` | 20px / 1.25rem | `font-scale-04` |
| `font-style` | regular | `font-normal` |
| `text-transform` | initial | |
| `letter-spacing` | 0px / 0em | `font-tracking-normal` |
| `line-height` | 48px / 1.5em | `font-leading-normal` |

#### Hal-Headings-H4

#### Heading H4

| Property | Value | Token |
| :------------------ | :------------------------ | :------------------------ |
| `font-family` | 'Open Sans', sans-serif; | `font-family-sans` |
| `font-weight` | 400 | `font-regular` |
| `font-size` | 24px / 1.5rem | `font-scale-05` |
| `font-weight` | 600 | `font-weight-semibold` |
| `font-size` | 16px / 1rem | `font-scale-03` |
| `font-style` | regular | `font-normal` |
| `text-transform` | initial | |
| `letter-spacing` | 0px / 0em | `font-tracking-normal` |
| `line-height` | 36px / 1.5em | `font-leading-normal` |

#### Hal-Headings-H5

#### Heading H5

| Property | Value | Token |
| :------------------ | :------------------------ | :------------------------ |
| `font-family` | 'Open Sans', sans-serif; | `font-family-sans` |
| `font-weight` | 400 | `font-regular` |
| `font-size` | 20px / 1.25rem | `font-scale-04` |
| `font-weight` | 600 | `font-weight-semibold` |
| `font-size` | 14px / 0.875rem | `font-scale-02` |
| `font-style` | regular | `font-normal` |
| `text-transform` | initial | |
| `letter-spacing` | 0px / 0em | `font-tracking-normal` |
| `line-height` | 30px / 1.5em | `font-leading-normal` |



## Accesibility

Expand Down
5 changes: 3 additions & 2 deletions guidelines/principles/typography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ As we approached the foundational elements with simplification and standardizati
| `font-scale-04` | _Set the font size as 20px_ | `font-size` | 1.25 |
| `font-scale-05` | _Set the font size as 24px_ | `font-size` | 1.5 |
| `font-scale-06` | _Set the font size as 32px_ | `font-size` | 2 |
| `font-scale-07` | _Set the font size as 48px_ | `font-size` | 3 |
| `font-scale-08` | _Set the font size as 60px_ | `font-size` | 3.75 |
| `font-scale-07` | _Set the font size as 40px_ | `font-size` | 2.5 |
| `font-scale-08` | _Set the font size as 48px_ | `font-size` | 3 |
| `font-scale-09` | _Set the font size as 60px_ | `font-size` | 3.75 |

## Formatting

Expand Down