fix: damage font

This commit is contained in:
cha0s 2024-09-06 21:52:44 -05:00
parent 2e7d1af189
commit 3bed694b2a
4 changed files with 3 additions and 3 deletions

View File

@ -59,5 +59,5 @@
}
.damages {
font-family: Joystix, 'Courier New', Courier, monospace;
font-family: Joystix;
}

View File

@ -29,10 +29,10 @@ body {
@font-face {
font-family: "Cookbook";
src: url("/assets/fonts/Cookbook.woff") format("woff");
src: url("/assets/fonts/Cookbook.woff");
}
@font-face {
font-family: "Joystix";
src: url("/assets/fonts/Joystix.ttf") format("ttf");
src: url("/assets/fonts/Joystix.woff");
}

Binary file not shown.

Binary file not shown.