fix(aria.css): 🚑 Fix comic mono never being served from website
I messed up the format so it went to pull the file grom github instead of the server, oops
This commit is contained in:
parent
0178f3bb80
commit
678c421275
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
@font-face {
|
||||
font-family: "Comic Mono";
|
||||
src: local("Comic Mono"), url("/static/fonts/ComicMono.ttf") format("ttf"),
|
||||
src: local("Comic Mono"), url("/static/fonts/ComicMono.ttf") format("truetype"),
|
||||
url("https://dtinth.github.io/comic-mono-font/ComicMono.ttf")
|
||||
format("truetype");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue