Skip to content

Commit

Permalink
fix(shared): font의 고정된 fontWeight 제거 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Nov 26, 2023
1 parent 0b240c2 commit 9574ffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/shared/fonts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ export default function Fonts() {
@font-face {
font-family: 'IBMPlexSans-Heading';
font-style: normal;
font-weight: 700;
font-weight: 600;
font-display: swap;
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/IBMPlexSansKR-Regular.woff') format('woff');
}
@font-face {
font-family: 'IBMPlexSans-Body';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/IBMPlexSansKR-Regular.woff') format('woff');
}
Expand Down

0 comments on commit 9574ffa

Please sign in to comment.