Self host fonts

This commit is contained in:
Tanner
2026-09-16 17:37:35 +00:00
parent 8a834807d8
commit a2cf0a5457
6 changed files with 35 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+35 -1
View File
@@ -1,4 +1,38 @@
@import url("https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Lato:wght@400;700&family=Yanone+Kaffeesatz:wght@300;400&display=swap"); @font-face {
font-family: "Grand Hotel";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("/assets/fonts/grand-hotel.ttf") format("truetype");
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("/assets/fonts/lato-regular.ttf") format("truetype");
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("/assets/fonts/lato-bold.ttf") format("truetype");
}
@font-face {
font-family: "Yanone Kaffeesatz";
font-style: normal;
font-weight: 300;
font-display: swap;
src: url("/assets/fonts/yanone-kaffeesatz-light.ttf") format("truetype");
}
@font-face {
font-family: "Yanone Kaffeesatz";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("/assets/fonts/yanone-kaffeesatz-regular.ttf") format("truetype");
}
:root { :root {
--blue: #287abd; --blue: #287abd;
--ink: #292929; --ink: #292929;