From 0a87018baacc26c8936b9d3d09b032aea76530e2 Mon Sep 17 00:00:00 2001 From: bykbyk0401 Date: Sun, 1 Dec 2024 23:48:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20format=EC=9D=84=20font-woff2=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/global.ts b/src/styles/global.ts index e551932..3474db5 100644 --- a/src/styles/global.ts +++ b/src/styles/global.ts @@ -11,7 +11,7 @@ const GLOBALSTYLE = css` font-family: 'Apple SD Gothic Neo'; font-style: normal; letter-spacing: 0; - src: url('/src/assets/fonts/AppleSDGothicNeo-Bold.woff2') format('woff2'); + src: url('/src/assets/fonts/AppleSDGothicNeo-Bold.woff2') format('font-woff2'); unicode-range: U+AC00-D7A3; } @@ -20,7 +20,7 @@ const GLOBALSTYLE = css` font-family: 'Apple SD Gothic Neo'; font-style: normal; letter-spacing: 0; - src: url('/src/assets/fonts/AppleSDGothicNeo-SemiBold.woff2') format('woff2'); + src: url('/src/assets/fonts/AppleSDGothicNeo-SemiBold.woff2') format('font-woff2'); unicode-range: U+AC00-D7A3; } @@ -29,7 +29,7 @@ const GLOBALSTYLE = css` font-family: 'Apple SD Gothic Neo'; font-style: normal; letter-spacing: 0; - src: url('/src/assets/fonts/AppleSDGothicNeo-Medium.woff2') format('woff2'); + src: url('/src/assets/fonts/AppleSDGothicNeo-Medium.woff2') format('font-woff2'); unicode-range: U+AC00-D7A3; } @@ -38,7 +38,7 @@ const GLOBALSTYLE = css` font-family: 'Apple SD Gothic Neo'; font-style: normal; letter-spacing: 0; - src: url('/src/assets/fonts/AppleSDGothicNeo-Regular.woff2') format('woff2'); + src: url('/src/assets/fonts/AppleSDGothicNeo-Regular.woff2') format('font-woff2'); unicode-range: U+AC00-D7A3; }