Attempt #3
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m31s

This commit is contained in:
2026-02-25 16:49:34 -07:00
parent 4cbe911b0c
commit 3b2abe7a99
4 changed files with 523 additions and 520 deletions

View File

@@ -40,6 +40,14 @@ html {
scroll-behavior: smooth;
}
body {
font-family: "Roboto Slab Variable", serif;
@font-face {
font-family: "Roboto Slab";
src: url("/fonts/roboto.woff2") format("woff2");
font-weight: 100 900;
font-style: normal;
font-display: block;
}
body {
font-family: "Roboto Slab", serif;
}