From c70c1d328e08e742571297c546b8fa555b7e349a Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 13 Sep 2017 23:15:03 -0700 Subject: [PATCH] Override font from normalize.css in base for inputs --- frontend/styles/base.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/styles/base.css b/frontend/styles/base.css index 1c9f8a73..52f316ae 100644 --- a/frontend/styles/base.css +++ b/frontend/styles/base.css @@ -20,9 +20,17 @@ body, margin: 0; } -body { +body, +button, +input, +optgroup, +select, +textarea { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; +} + +body { font-size: 16px; line-height: 1.5; margin: 0;