Skip to content

Commit

Permalink
fix: use Inter font in button type Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
monospaced authored and chrisvxd committed Nov 17, 2023
1 parent 53e3fc5 commit 1973847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
align-items: center;
gap: 8px;
letter-spacing: 0.05ch;
font-family: var(--puck-font-family);
font-size: 14px;
font-weight: 500;
text-align: center;
Expand Down

0 comments on commit 1973847

Please sign in to comment.