diff --git a/src/style/GlobalStyle.tsx b/src/style/GlobalStyle.tsx index f60857d..0c35b47 100644 --- a/src/style/GlobalStyle.tsx +++ b/src/style/GlobalStyle.tsx @@ -1,6 +1,13 @@ import { Global, css } from '@emotion/react'; const style = css` + @font-face { + font-family: 'Pretendard'; + font-weight: 900; + font-style: normal; + src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff'); + } + @font-face { font-family: 'Pretendard'; font-weight: 700;