refactor: dialogue
This commit is contained in:
parent
d7687ac277
commit
d6846f294a
BIN
packages/app/src/components/app/fonts/dialogue.ttf
Normal file
BIN
packages/app/src/components/app/fonts/dialogue.ttf
Normal file
Binary file not shown.
|
@ -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")
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user