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