Fix font on Windows

This commit is contained in:
Oliver Blanthorn 2017-10-22 11:31:09 +01:00
parent 242fcce1c3
commit 3626254139
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -6,7 +6,7 @@ body {
input {
width: 100%;
padding: 0;
font-family: "mono", "monospace", "Courier New";
font-family: "monospace", "Courier New";
font-size: 10pt;
color: black;
border: unset;
@ -19,10 +19,10 @@ input {
background: white;
color: black;
display: inline-block;
font-family: mono;
font-size: 10pt;
height: auto;
/* line-height: 1.5em; */
font-family: "monospace", "Courier New";
overflow: hidden;
white-space: pre;
width: 100%;