refactor(aria.css): dont serve Comic Shanns font file

this is another backup font, much smaller than NotoSans but I'm fine with relying on local fonts instead of this one
This commit is contained in:
BuyMyMojo 2024-12-20 15:59:40 +11:00
parent 954c1ee17a
commit 9aacacef87

View file

@ -7,9 +7,10 @@
@font-face { @font-face {
font-family: "Comic Shanns"; font-family: "Comic Shanns";
src: local("Comic Shanns Regular"), url("/static/fonts/comic shanns.otf") src: local("Comic Shanns Regular")
/* ,url("/static/fonts/comic shanns.otf")
format("opentype"), url("/static/fonts/comic shanns 2.ttf") format("opentype"), url("/static/fonts/comic shanns 2.ttf")
format("truetype"); format("truetype"); */
} }
@font-face { @font-face {