diff --git a/front/index.html b/front/index.html index 9a1c65c..2121ab7 100644 --- a/front/index.html +++ b/front/index.html @@ -3,6 +3,14 @@ + + diff --git a/front/public/fonts/KingSejongInstitute-Regular.woff b/front/public/fonts/KingSejongInstitute-Regular.woff new file mode 100644 index 0000000..2a75c3e Binary files /dev/null and b/front/public/fonts/KingSejongInstitute-Regular.woff differ diff --git a/front/public/fonts/KingSejongInstitute-Regular.woff2 b/front/public/fonts/KingSejongInstitute-Regular.woff2 new file mode 100644 index 0000000..ca4e2a4 Binary files /dev/null and b/front/public/fonts/KingSejongInstitute-Regular.woff2 differ diff --git a/front/src/GlobalStyles.tsx b/front/src/GlobalStyles.tsx index 22cc2d1..8a24b8e 100644 --- a/front/src/GlobalStyles.tsx +++ b/front/src/GlobalStyles.tsx @@ -16,8 +16,8 @@ const GlobalStyles = createGlobalStyle` @font-face { font-family: 'KingSejongInstitute'; - src: url('/fonts/KingSejongInstitute-Regular.ttf') format('woff2'), - url('/fonts/KingSejongInstitute-Regular.ttf') format('woff'); + src: url('/fonts/KingSejongInstitute-Regular.woff2') format('woff2'), + url('/fonts/KingSejongInstitute-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap;