Skip to content

Commit

Permalink
fix :: font 404
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 12, 2024
1 parent fa0ea75 commit 937b140
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/style/globalStyle.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@ export const GlobalStyle = css`
font-family: 'Pretendard';
font-weight: 700;
font-style: bold;
src: url('https://s3.ap-northeast-2.amazonaws.com/rolls-image.entry.com/font/Pretendard-Bold.woff2') format('woff2');
src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff2');
}
@font-face {
font-family: 'Pretendard';
font-weight: 500;
font-style: medium;
src: url('https://s3.ap-northeast-2.amazonaws.com/rolls-image.entry.com/font/Pretendard-Medium.woff2')
format('woff2');
src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff2');
}
@font-face {
font-family: 'Pretendard';
font-weight: 400;
font-style: normal;
src: url('https://s3.ap-northeast-2.amazonaws.com/rolls-image.entry.com/font/Pretendard-Regular.woff2')
format('woff2');
src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff2');
}
html,
Expand Down

0 comments on commit 937b140

Please sign in to comment.