Skip to content

Commit 7350bc8

Browse files
committed
feat: load fonts
1 parent 9aebed2 commit 7350bc8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/app/globals.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,21 @@ body {
2525
min-height: 100dvh;
2626
color: var(--foreground);
2727
background: var(--background);
28-
font-family: Arial, Helvetica, sans-serif;
28+
font-family: var(--font-text), Arial, Helvetica, sans-serif;
2929
}
3030

3131
button {
3232
cursor: pointer;
3333
}
3434

35+
.font-text {
36+
font-family: var(--font-text), Arial, Helvetica, sans-serif;
37+
}
38+
39+
.font-title {
40+
font-family: var(--font-title), Arial, Helvetica, sans-serif;
41+
}
42+
3543
::-webkit-scrollbar {
3644
width: 6px;
3745
}

0 commit comments

Comments
 (0)