diff --git a/index.html b/index.html index 6877bea..7538cd5 100644 --- a/index.html +++ b/index.html @@ -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; } diff --git a/static/fonts/ComicShannsMono-Regular.otf b/static/fonts/ComicShannsMono-Regular.otf new file mode 100644 index 0000000..7414be4 Binary files /dev/null and b/static/fonts/ComicShannsMono-Regular.otf differ