Compare commits

...
2 Commits
Author SHA1 Message Date
Tanner b52eecdd1c Convert fonts from TTF to WOFF2 2026-09-17 20:08:29 +00:00
Tanner dc18f437ae H1 font load optional 2026-09-17 20:06:57 +00:00
11 changed files with 6 additions and 6 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+6 -6
View File
@@ -2,36 +2,36 @@
font-family: "Grand Hotel"; font-family: "Grand Hotel";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: optional;
src: url("/assets/fonts/grand-hotel.ttf") format("truetype"); src: url("/assets/fonts/grand-hotel.woff2") format("woff2");
} }
@font-face { @font-face {
font-family: Lato; font-family: Lato;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
src: url("/assets/fonts/lato-regular.ttf") format("truetype"); src: url("/assets/fonts/lato-regular.woff2") format("woff2");
} }
@font-face { @font-face {
font-family: Lato; font-family: Lato;
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
font-display: swap; font-display: swap;
src: url("/assets/fonts/lato-bold.ttf") format("truetype"); src: url("/assets/fonts/lato-bold.woff2") format("woff2");
} }
@font-face { @font-face {
font-family: "Yanone Kaffeesatz"; font-family: "Yanone Kaffeesatz";
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
font-display: swap; font-display: swap;
src: url("/assets/fonts/yanone-kaffeesatz-light.ttf") format("truetype"); src: url("/assets/fonts/yanone-kaffeesatz-light.woff2") format("woff2");
} }
@font-face { @font-face {
font-family: "Yanone Kaffeesatz"; font-family: "Yanone Kaffeesatz";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
src: url("/assets/fonts/yanone-kaffeesatz-regular.ttf") format("truetype"); src: url("/assets/fonts/yanone-kaffeesatz-regular.woff2") format("woff2");
} }
:root { :root {
--blue: #287abd; --blue: #287abd;