From 400d766b10701a37717f7630bcee2d6bfb7c07dd Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sun, 8 Mar 2015 17:29:23 +0000 Subject: [PATCH] More neutral looking font --- header.php | 2 +- public/style.css | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/header.php b/header.php index bd8e3bb..223e2c2 100644 --- a/header.php +++ b/header.php @@ -25,7 +25,7 @@ isq_load_textdomain(); <?php echo ISQ::$general['name']; ?> - + diff --git a/public/style.css b/public/style.css index 3446006..8803a3f 100644 --- a/public/style.css +++ b/public/style.css @@ -15,10 +15,13 @@ html { body { background: #F1F1F1; color: black; - font-family: 'Ubuntu', sans-serif, Helvetica, Arial; font-size: 1.4rem; } +body, input { + font-family: 'Open Sans', 'Trebuchet MS', Helvetica, sans-serif; +} + ::selection { background: rgba(1,63,109,0.7); color: #FFF; @@ -140,10 +143,6 @@ label.secondary { color: #AFAFAF; } -input { - font-family: 'Ubuntu', sans-serif, Helvetica, Arial; -} - input:not([type=submit]):not([type=file]) { width: 100%; padding: 10px;