Skip to content

Commit 3bd29ea

Browse files
author
jsloader
committed
Add Geist font family
1 parent 175e843 commit 3bd29ea

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

assets/font/Geist_mono.ttf

69.1 KB
Binary file not shown.

assets/font/Geist_variable.ttf

68.3 KB
Binary file not shown.

css/style.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,27 @@
4949
.sidebar ul li a:hover {
5050
color: #007bff; /* Change link color on hover */
5151
}
52+
53+
@font-face {
54+
font-family: "Geist_mono";
55+
src: url("../assets/font/Geist_mono.ttf") format("truetype");
56+
}
57+
58+
@font-face {
59+
font-family: "Geist_variable";
60+
src: url("../assets/font/Geist_variable.ttf") format("truetype");
61+
}
62+
63+
body {
64+
font-family: "Geist_mono", monospace;
65+
}
66+
67+
h1,
68+
h2,
69+
h3,
70+
h4,
71+
h5,
72+
h6,
73+
p {
74+
font-family: "Geist_variable", sans-serif;
75+
}

0 commit comments

Comments
 (0)