More neutral looking font

This commit is contained in:
Tom Slominski
2015-03-08 17:29:23 +00:00
parent b4af3c7dea
commit 400d766b10
2 changed files with 5 additions and 6 deletions

View File

@@ -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;