scratch
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 6m3s

This commit is contained in:
2026-02-09 13:34:47 +00:00
parent 9700a5dc7f
commit b4e6b4c296
14 changed files with 131 additions and 63 deletions

View File

@@ -5,6 +5,12 @@
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:"Scratch";
src:url("/static/content/fonts/avali-scratch.otf.woff2") format("woff2");
font-weight:normal;
font-style:normal;
}
:root {
--primary-color: #5cdd8b;
@@ -17,6 +23,7 @@
--font-family: "Space Mono", "serif";
--title-font: 'Roboto Mono', sans-serif;
--irken-font: 'Irken';
--scratch-font: 'Scratch';
}
body {
@@ -244,6 +251,10 @@ main section a {
font-family: var(--irken-font);
}
.scratch {
font-family: var(--scratch-font);
}
#alt-nav {
display: none;
backdrop-filter: blur(2px) brightness(0.6);