From fb450bd7bba21cfe69b3ac8a4324a5fe61f61ebc Mon Sep 17 00:00:00 2001
From: Evan <bboydart91@gmail.com>
Date: Mon, 7 Dec 2020 01:34:33 +0900
Subject: [PATCH] =?UTF-8?q?feat(ui-kit):=20=ED=83=80=EC=9D=B4=ED=8F=AC?=
 =?UTF-8?q?=EA=B7=B8=EB=9E=98=ED=94=BC=20=EB=94=94=EC=9E=90=EC=9D=B8=20?=
 =?UTF-8?q?=EB=B3=80=EA=B2=BD=EC=82=AC=ED=95=AD=20=EB=B0=98=EC=98=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ui-kit/src/sass/utils/_typography.scss | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ui-kit/src/sass/utils/_typography.scss b/ui-kit/src/sass/utils/_typography.scss
index 260f70de..c8bb2187 100644
--- a/ui-kit/src/sass/utils/_typography.scss
+++ b/ui-kit/src/sass/utils/_typography.scss
@@ -18,13 +18,13 @@
   }
 }
 
-@include _typography('h1', 42px, 63px);
+@include _typography('h1', 42px, 64px);
 @include _typography('h2', 32px, 48px);
 @include _typography('h3', 28px, 42px);
 @include _typography('h4', 26px, 40px);
 @include _typography('h5', 24px, 36px);
 @include _typography('h6', 20px, 30px);
-@include _typography('subtitle', 18px, 31px);
+@include _typography('subtitle', 18px, 30px);
 @include _typography('content', 16px, 28px);
-@include _typography('content2', 15px, 26px);
-@include _typography('caption', 12px, 21px);
+@include _typography('content2', 14px, 24px);
+@include _typography('caption', 12px, 20px);