refactor: dialogue

This commit is contained in:
cha0s 2021-05-10 01:05:52 -05:00
parent d7687ac277
commit d6846f294a
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -255,3 +255,10 @@ select {
url("./fonts/joystix-monospace.ttf") format("truetype") url("./fonts/joystix-monospace.ttf") format("truetype")
; ;
} }
@font-face {
font-family: "dialogue";
src:
url("./fonts/dialogue.ttf") format("truetype")
;
}