diff --git a/public/fonts/Pretendard.ttf b/public/fonts/Pretendard.ttf new file mode 100644 index 0000000..6b010bb Binary files /dev/null and b/public/fonts/Pretendard.ttf differ diff --git a/src/styles/globals.css b/src/styles/globals.css index db19044..3699dae 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -2,16 +2,15 @@ @tailwind components; @tailwind utilities; @font-face { - font-family: 'Pretendard-Regular'; - src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') - format('woff'); + font-family: 'Pretendard'; + src: url('../../public/fonts/Pretendard.ttf'); } @layer base { html, body { padding: 0; margin: 0; - font-family: Pretendard-Regular; + font-family: Pretendard; color: #363a45; } }