Skip to content

Commit

Permalink
feat: 볼드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
xodms0309 committed Apr 19, 2024
1 parent ec0886b commit 8460e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Common/Typography/typography.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const typography = recipe({
regular: { fontWeight: 400 },
medium: { fontWeight: 500 },
semiBold: { fontWeight: 600 },
bold: { fontWeight: 700 },
},
},
defaultVariants: {
Expand Down

0 comments on commit 8460e77

Please sign in to comment.