Fix #7: Don't use a custom font
This commit is contained in:
parent
04822ef5bf
commit
2332adfbc1
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.
17
style.css
17
style.css
|
@ -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 {
|
||||
|
|
Reference in a new issue