Skip to content

Commit

Permalink
fix: typography documentation variable name (#1330)
Browse files Browse the repository at this point in the history
Co-authored-by: Maomao Meyer-Zhang <[email protected]>
  • Loading branch information
maomaoZH and Maomao Meyer-Zhang authored Oct 31, 2022
1 parent c924e6f commit 8d200a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions packages/storybook-vue/stories/guidelines/Typography_1_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Die TeleNeo verfügt über fünf gleichmäßig im Schriftgewicht abgestufte Schr

### Schriftschnitte und CSS Variablen

| Schnitt | Variable | CSS Wert |
| --------- | ------------------------------------------ | -------- |
| extrabold | --telekom-typography-font-weight-extrabold | 800 |
| bold | --telekom-typography-font-weight-bold | 700 |
| medium | --telekom-typography-font-weight-medium | 500 |
| regular | --telekom-typography-font-weight-regular | 400 |
| thin | --telekom-typography-font-weight-thin | 200 |
| Schnitt | Variable | CSS Wert |
| --------- | ------------------------------------------- | -------- |
| extrabold | --telekom-typography-font-weight-extra-bold | 800 |
| bold | --telekom-typography-font-weight-bold | 700 |
| medium | --telekom-typography-font-weight-medium | 500 |
| regular | --telekom-typography-font-weight-regular | 400 |
| thin | --telekom-typography-font-weight-thin | 200 |

## Schriftformate für User Interfaces

Expand Down
14 changes: 7 additions & 7 deletions packages/storybook-vue/stories/guidelines/Typography_1_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ TeleNeo has five font styles that are evenly graded in terms of weight. When use

### Font weights and CSS variables

| weight | variable name | CSS value |
| --------- | ------------------------------------------ | --------- |
| extrabold | --telekom-typography-font-weight-extrabold | 800 |
| bold | --telekom-typography-font-weight-bold | 700 |
| medium | --telekom-typography-font-weight-medium | 500 |
| regular | --telekom-typography-font-weight-regular | 400 |
| thin | --telekom-typography-font-weight-thin | 200 |
| weight | variable name | CSS value |
| --------- | ------------------------------------------- | --------- |
| extrabold | --telekom-typography-font-weight-extra-bold | 800 |
| bold | --telekom-typography-font-weight-bold | 700 |
| medium | --telekom-typography-font-weight-medium | 500 |
| regular | --telekom-typography-font-weight-regular | 400 |
| thin | --telekom-typography-font-weight-thin | 200 |

## Font formats for user interfaces

Expand Down

0 comments on commit 8d200a3

Please sign in to comment.