Skip to content

Commit

Permalink
chore :: add font
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Apr 16, 2024
1 parent 3e21fbe commit c880507
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/style/GlobalStyle.tsx
Original file line number Diff line number Diff line change
@@ -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/[email protected]/Pretendard-Black.woff') format('woff');
}
@font-face {
font-family: 'Pretendard';
font-weight: 700;
Expand Down

0 comments on commit c880507

Please sign in to comment.