Skip to content

Commit

Permalink
feat(panda-preset): add 500 font weight (#165)
Browse files Browse the repository at this point in the history
* feat: add 500 font weight

* chore(change): add change
  • Loading branch information
jonambas authored Oct 7, 2023
1 parent f1d770f commit e879878
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-mails-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sweatpants/panda-preset': patch
---

Add 500 font weight
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/panda-preset/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default definePreset({
},
fontWeights: {
normal: { value: '400' },
medium: { value: '500' },
bold: { value: '600' }
},
fonts: {
Expand Down

0 comments on commit e879878

Please sign in to comment.