Revert "Change the default font to Helvetica Neue"

This reverts commit b309ef25fd.
This commit is contained in:
yanas 2016-08-03 12:57:07 -05:00
parent db0c4e95f7
commit 6116df9411
2 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,8 @@ html, body{
} }
html, body, input, textarea, keygen, select, button { html, body, input, textarea, keygen, select, button {
font-family: 'Helvetica Neue', font-family: 'open_sanslight',
'Helvetica Neue',
Helvetica, Helvetica,
sans-serif !important; sans-serif !important;
} }

View File

@ -3,9 +3,7 @@ body {
height:100%; height:100%;
background-color: white; background-color: white;
color: #424242; color: #424242;
font-family: 'Helvetica Neue', font-family: 'open_sanslight', 'Helvetica Neue', Helvetica, sans-serif;
Helvetica,
sans-serif;
font-size: 28px; font-size: 28px;
margin:0; margin:0;
padding:0; padding:0;