From eed13243c4192a4b3a5f2aedd54dc49c22c53506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Radaczy=C5=84ski?= <47977819+paireks@users.noreply.github.com> Date: Sun, 8 May 2022 18:06:51 +0200 Subject: [PATCH] Fonts of input fields are not consistent #247 Add Quicksand for all inputs --- website/css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/css/core.css b/website/css/core.css index 2670c97..478f87b 100644 --- a/website/css/core.css +++ b/website/css/core.css @@ -12,6 +12,7 @@ input, select, textarea { outline: none; + font-family: Quicksand; } html, body