Skip to content

Commit

Permalink
design: 글꼴 font-display 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
doputer committed Jun 21, 2024
1 parent 6f8a5ca commit a103cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
font-family: 'Pretendard';
font-weight: 45 920;
font-style: normal;
font-display: optional;
font-display: swap;
src: url(/fonts/PretendardVariable.woff2) format('woff2-variations');
}

@font-face {
font-family: 'JetBrainsMono';
font-weight: 45 920;
font-style: normal;
font-display: optional;
font-display: swap;
src: url(/fonts/JetBrainsMono.woff2) format('woff2-variations');
}

Expand Down

0 comments on commit a103cf6

Please sign in to comment.