Skip to content

Commit

Permalink
modify import font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed May 25, 2024
1 parent 867d3c8 commit 2546e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MyDocument extends Document {
href="favicon/logo.png"
/>
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap"
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<meta httpEquiv="Content-type" content="text/html; charset=utf-8" />
Expand Down

0 comments on commit 2546e4c

Please sign in to comment.