From 8460e77a032914c9c33adb1bd753330145dbe96d Mon Sep 17 00:00:00 2001 From: TaeeunKim Date: Fri, 19 Apr 2024 09:33:39 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B3=BC=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Common/Typography/typography.css.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Common/Typography/typography.css.ts b/src/components/Common/Typography/typography.css.ts index fb700420..930b9136 100644 --- a/src/components/Common/Typography/typography.css.ts +++ b/src/components/Common/Typography/typography.css.ts @@ -28,6 +28,7 @@ export const typography = recipe({ regular: { fontWeight: 400 }, medium: { fontWeight: 500 }, semiBold: { fontWeight: 600 }, + bold: { fontWeight: 700 }, }, }, defaultVariants: {