From e1809ec2c4d294fe3b3c6e9a2e102ab2fa3f511a Mon Sep 17 00:00:00 2001 From: filifa Date: Thu, 11 Dec 2025 23:49:34 -0500 Subject: [PATCH] use monospace font --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles.css b/styles.css index d8aab6d..49eab32 100644 --- a/styles.css +++ b/styles.css @@ -3,6 +3,11 @@ grid-template-columns: repeat(4, 1fr); gap: 0.3rem; font-size: xx-large; + font-family: monospace; +} + +input { + font-family: inherit; } #input-row { @@ -58,6 +63,7 @@ } button { + font-family: inherit; font-size: inherit; }