Fix #7: Don't use a custom font

This commit is contained in:
Anthony Wang 2022-05-21 14:01:13 -05:00
parent 04822ef5bf
commit 2332adfbc1
Signed by: a
GPG key ID: BC96B00AEC5F2D76
5 changed files with 2 additions and 15 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,19 +1,6 @@
@font-face {
font-family: DejaVuSansMono;
src: local("DejaVu Sans Mono"),
url(fonts/DejaVuSansMono.ttf);
}
@font-face {
font-family: DejaVuSansMono;
src: local("DejaVu Sans Mono Bold"),
url(fonts/DejaVuSansMono-Bold.ttf);
font-weight: bold;
}
body {
text-align: center;
font-family: DejaVuSansMono;
font-family: DejaVu Sans Mono, monospace;
/* Disable font boosting */
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
@ -36,7 +23,7 @@ p {
}
pre {
font-family: DejaVuSansMono;
font-family: DejaVu Sans Mono, monospace;
}
input {