Additional Clean Up, Favicons, etc.

This commit is contained in:
2026-04-15 22:03:19 -05:00
parent 105d897c64
commit 4e1fb5e5ec
17 changed files with 887 additions and 9 deletions

View File

@@ -1,3 +1,19 @@
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/static/montserrat/Montserrat-VariableFont_wght.ttf) format('woff2');
}
@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(/static/montserrat/Montserrat-Italic-VariableFont_wght.ttf) format('woff2');
}
* {
--color: oklch(0.4 0.25 var(--hue));
--color-max: oklch(0.8 0.25 var(--hue));
@@ -8,7 +24,7 @@
html {
background-color: white;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-family: 'Montserrat', sans-serif;
min-height: 100vh;
margin: 0;
--hue: 0;