fix DOS font on 404 page

This commit is contained in:
2020-07-06 19:40:00 -04:00
parent 0f1560d738
commit f05ff7dea5

View File

@ -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;