🎨 Add new fonts

This commit is contained in:
pheralb
2025-08-21 11:56:39 +01:00
parent e671ae8d02
commit 1eff7b8788
6 changed files with 36 additions and 0 deletions
+36
View File
@@ -5,3 +5,39 @@
/* Dark Mode */
@custom-variant dark (&:is(.dark *));
/* Fonts */
@font-face {
font-family: "Geist";
src: url("/fonts/Geist.woff2") format("woff2");
font-weight: 100 900;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: "GeistMono";
src: url("/fonts/GeistMono.woff2") format("woff2");
font-weight: 100 900;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: "OnestMedium";
src: url("/fonts/OnestMedium.woff2") format("woff2");
font-display: swap;
font-style: normal;
}
@theme {
--font-sans:
"Geist", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-mono:
"GeistMono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
"Liberation Mono", "Courier New", monospace, "Apple Color Emoji";
--font-onest:
"OnestMedium", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.