Change the default font to Helvetica Neue

This commit is contained in:
yanas 2016-08-01 10:58:12 -05:00
parent 0ea5175354
commit b309ef25fd
2 changed files with 4 additions and 3 deletions

View File

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

View File

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