fix: damage font
This commit is contained in:
parent
2e7d1af189
commit
3bed694b2a
|
@ -59,5 +59,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.damages {
|
.damages {
|
||||||
font-family: Joystix, 'Courier New', Courier, monospace;
|
font-family: Joystix;
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,10 +29,10 @@ body {
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Cookbook";
|
font-family: "Cookbook";
|
||||||
src: url("/assets/fonts/Cookbook.woff") format("woff");
|
src: url("/assets/fonts/Cookbook.woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Joystix";
|
font-family: "Joystix";
|
||||||
src: url("/assets/fonts/Joystix.ttf") format("ttf");
|
src: url("/assets/fonts/Joystix.woff");
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
BIN
public/assets/fonts/Joystix.woff
Normal file
BIN
public/assets/fonts/Joystix.woff
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user