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();
-
+
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;