add comic shanns to easter egg
This commit is contained in:
parent
4384cf300b
commit
32b2f51c13
2 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
BIN
static/fonts/ComicShannsMono-Regular.otf
Normal file
BIN
static/fonts/ComicShannsMono-Regular.otf
Normal file
Binary file not shown.
Loading…
Reference in a new issue