diff --git a/public/fonts/PretendardVariable.ttf b/public/fonts/PretendardVariable.ttf new file mode 100644 index 00000000..32b0811e Binary files /dev/null and b/public/fonts/PretendardVariable.ttf differ diff --git a/src/styles/globals.css b/src/styles/globals.css index 201d22ec..71983b63 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -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;*/ @@ -23,7 +32,7 @@ } body { - font-family: "CustomFont"; + font-family: "pretendrad"; color: rgb(var(--foreground-rgb)); background: linear-gradient( to bottom,