Use Courier everywhere

This commit is contained in:
Jordan Johnson-Doyle
2019-02-13 22:16:29 +00:00
parent cd8fb8e349
commit a49af51eda
2 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,8 @@
padding: 2rem;
background: #263238;
color: #B0BEC5;
font-family: 'Courier New', Courier, monospace;
line-height: 1.1;
display: flex;
}

View File

@@ -9,8 +9,10 @@
background: none;
border: none;
color: inherit;
font-family: monospace;
resize: none;
font-family: inherit;
font-size: 1rem;
line-height: inherit;
}
button[type="submit"] {