Skip to content

Commit 2721f10

Browse files
committed
Install the Knewave font locally
1 parent b52e7e3 commit 2721f10

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

public/Knewave-Regular.ttf

30.5 KB
Binary file not shown.

src/styles/global.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ html {
5252
scroll-behavior: smooth;
5353
}
5454

55+
@font-face {
56+
font-family: Knewave;
57+
src: url("Knewave-Regular.ttf");
58+
}
59+
5560
.knewave-regular {
5661
font-family: "Knewave", system-ui;
5762
font-weight: 400;

0 commit comments

Comments
 (0)