From 839e46360e7d1c0916790d4d10694e341770640b Mon Sep 17 00:00:00 2001 From: Arik Date: Thu, 30 Jun 2022 18:26:44 +0600 Subject: [PATCH] Use monospace on too It looks like having "font-family: monospace" on doesn't set it for too. --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 626cfb9..37ff476 100644 --- a/style.css +++ b/style.css @@ -352,6 +352,8 @@ form input[type="url"], form input[type="email"] { box-sizing: border-box; width: 100%; + font-family: inherit; + font-size: inherit; } a {