Skip to content

Commit

Permalink
docs: changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Nov 15, 2024
1 parent 2c777a5 commit de45318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .changeset/itchy-peas-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Removes language fonts from `--rh-font-family-body-text` and `--rh-font-family-heading`

Before:
```
```css
body {
font-family: var(--rh-font-family-body-text, RedHatText, "Red Hat Text", "Noto Sans Arabic", "Noto Sans Hebrew", "Noto Sans JP", "Noto Sans KR", "Noto Sans Malayalam", "Noto Sans SC", "Noto Sans TC", "Noto Sans Thai", Helvetica, Arial, sans-serif);
}
Expand All @@ -17,7 +17,7 @@ body {
```

After:
```
```css
body {
font-family: var(--rh-font-family-body-text, RedHatText, "Red Hat Text");
}
Expand Down
2 changes: 1 addition & 1 deletion .changeset/pink-cameras-reflect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@rhds/tokens": patch
---

Removed empty color theme tokens from \_variables.scss
Removed empty color theme tokens from `_variables.scss`

0 comments on commit de45318

Please sign in to comment.