From 6d28b76bc347637e8b41b9a5e446014264484649 Mon Sep 17 00:00:00 2001 From: Moon-ju-young Date: Sun, 8 Jun 2025 01:16:55 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove:=20=EC=9D=BC=EB=B6=80=20f?= =?UTF-8?q?ont-weight=20=EC=84=A4=EC=A0=95=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - --font-weight-medium, --font-weight-bold theme 변수 삭제 --- src/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.css b/src/index.css index 2f15020b..bd9c1ec0 100644 --- a/src/index.css +++ b/src/index.css @@ -82,8 +82,6 @@ --color-green-20: #20a81e; --color-kakao: #fee500; --font-weight-regular: 400; - --font-weight-medium: 500; - --font-weight-bold: 700; --text-h1: 28px; --text-h2: 24px; --text-h3: 20px;