From a49af51edae941aaec957f47e13122d31e4f9864 Mon Sep 17 00:00:00 2001 From: Jordan Johnson-Doyle Date: Wed, 13 Feb 2019 22:16:29 +0000 Subject: [PATCH] Use Courier everywhere --- templates/base.html | 2 ++ templates/index.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index e193ae8..774344f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,6 +14,8 @@ padding: 2rem; background: #263238; color: #B0BEC5; + font-family: 'Courier New', Courier, monospace; + line-height: 1.1; display: flex; } diff --git a/templates/index.html b/templates/index.html index 64986dd..f7bff1b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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"] { -- libgit2 1.7.2