fix DOS font on 404 page
This commit is contained in:
@ -8,8 +8,8 @@
|
|||||||
font-family: "Perfect DOS VGA 437";
|
font-family: "Perfect DOS VGA 437";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
src: url("fonts/perfect-dos.woff2") format("woff2"),
|
src: url("/fonts/perfect-dos.woff2") format("woff2"),
|
||||||
url("fonts/perfect-dos.woff") format("woff");
|
url("/fonts/perfect-dos.woff") format("woff");
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
margin: 60px;
|
margin: 60px;
|
||||||
|
Reference in New Issue
Block a user