This commit is contained in:
2025-08-22 14:11:18 -05:00
commit 3e9ca1a146
88 changed files with 14387 additions and 0 deletions

4
web/styles/fonts.css Normal file
View File

@@ -0,0 +1,4 @@
/* Local fonts, no CDNs */
@font-face { font-family: "inter"; src: url("/fonts/inter-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "merriweather"; src: url("/fonts/merriweather-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
:root { --font-sans: "inter"; --font-serif: "merriweather"; }