From edb9753a33a3a00dbe515519baa2f03b46dc65fe Mon Sep 17 00:00:00 2001 From: Baw-Appie Date: Thu, 2 Jan 2025 18:25:53 +0900 Subject: [PATCH] Use Pretendard Variable instead of Plus Jakarta Sans --- resources/scripts/assets/css/GlobalStylesheet.ts | 2 +- resources/views/templates/wrapper.blade.php | 2 +- tailwind.config.cjs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/scripts/assets/css/GlobalStylesheet.ts b/resources/scripts/assets/css/GlobalStylesheet.ts index 86675c0da..97c208c9b 100644 --- a/resources/scripts/assets/css/GlobalStylesheet.ts +++ b/resources/scripts/assets/css/GlobalStylesheet.ts @@ -12,7 +12,7 @@ export default createGlobalStyle` overflow: hidden; --tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity)); - font-family: "Plus Jakarta Sans", sans-serif; + font-family: "Pretendard Variable", sans-serif; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } diff --git a/resources/views/templates/wrapper.blade.php b/resources/views/templates/wrapper.blade.php index 25a0668ce..1dba74a66 100644 --- a/resources/views/templates/wrapper.blade.php +++ b/resources/views/templates/wrapper.blade.php @@ -27,7 +27,7 @@ @endif @show @yield('assets') diff --git a/tailwind.config.cjs b/tailwind.config.cjs index cc1e1e13a..f98cc61e5 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -12,7 +12,7 @@ module.exports = { theme: { extend: { fontFamily: { - jakarta: ['"Plus Jakarta Sans"', 'sans-serif'], + jakarta: ['"Pretendard Variable"', 'sans-serif'], }, colors: { ...colors,