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:
parent
954c1ee17a
commit
9aacacef87
1 changed files with 3 additions and 2 deletions
|
@ -7,9 +7,10 @@
|
|||
|
||||
@font-face {
|
||||
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("truetype");
|
||||
format("truetype"); */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue