Skip to content

Commit

Permalink
feat: font pretendard로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssksss committed Sep 16, 2024
1 parent 7f84751 commit 8883919
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added public/fonts/PretendardVariable.ttf
Binary file not shown.
11 changes: 10 additions & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
font-style: normal;
}

@font-face {
font-family: "pretendrad";
src: url("/fonts/PretendardVariable.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}



:root {
--foreground-rgb: 0, 0, 0;
/*--background-start-rgb: 214, 219, 220;*/
Expand All @@ -23,7 +32,7 @@
}

body {
font-family: "CustomFont";
font-family: "pretendrad";
color: rgb(var(--foreground-rgb));
background: linear-gradient(
to bottom,
Expand Down

0 comments on commit 8883919

Please sign in to comment.