From 2b648088f46e23690f7819e613b592cadcade8e1 Mon Sep 17 00:00:00 2001 From: Cor van Noorloos Date: Wed, 5 Aug 2015 20:23:28 +0200 Subject: [PATCH] Add style.css missing main font family --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index b2ad2443..e8e92e71 100644 --- a/style.css +++ b/style.css @@ -272,6 +272,7 @@ input, select, textarea { color: #404040; + font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5;