From 9318e57fa6ef1c8ab77ecbab2fbc8e7b0151c059 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 13 Aug 2016 00:19:27 +0200 Subject: Style input boxes, as well --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index cb1993c..d701151 100644 --- a/style.css +++ b/style.css @@ -303,8 +303,9 @@ input[type="text"] { width: 95%; border: solid 1px silver; border-radius: 4px; + font-family: 'SourceSansPro', sans-serif; font-size: 14pt; - font-weight: 300; + font-weight: normal; padding: 0.3em; margin-bottom: 0.5em; } -- cgit v1.2.3