From a98aab4f455790f4d03bfa8ee3db63ce9e22602b Mon Sep 17 00:00:00 2001 From: ming Date: Tue, 29 Apr 2025 03:13:30 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=ED=8F=B0=ED=8A=B8=20prete?= =?UTF-8?q?ndard=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/application.tailwind.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index 9d72396..a303ee8 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -49,7 +49,7 @@ @layer base { body { - @apply bg-base-background text-base-text + @apply bg-base-background text-base-text font-['Pretendard-Regular'] } hr { @@ -276,4 +276,11 @@ src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff'); font-weight: normal; font-style: normal; +} + +@font-face { + font-family: 'Pretendard-Regular'; + src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff'); + font-weight: 400; + font-style: normal; } \ No newline at end of file