add comic shanns to easter egg

This commit is contained in:
Shannon Sterz 2024-12-31 11:13:12 +01:00
parent 4384cf300b
commit 32b2f51c13
2 changed files with 9 additions and 0 deletions

View file

@ -82,6 +82,14 @@
url("static/fonts/FiraSans-BoldItalic.woff2") format('woff2');
}
@font-face {
font-family: "Comic Shanns Mono";
font-weight: 400;
src:
local("Comic Shanns Mono"),
url("static/fonts/ComicShannsMono-Regular.otf") format('opentype');
}
:root {
--ctp-latte-base: #eff1f5;
--ctp-latte-text: #4c4f69;
@ -258,6 +266,7 @@
}
.disco {
font-family: "Comic Shanns Mono", sans-serif;
animation: disco 1s linear infinite;
}

Binary file not shown.