Revert "Change the default font to Helvetica Neue"
This reverts commit b309ef25fd
.
This commit is contained in:
parent
db0c4e95f7
commit
6116df9411
|
@ -14,7 +14,8 @@ html, body{
|
|||
}
|
||||
|
||||
html, body, input, textarea, keygen, select, button {
|
||||
font-family: 'Helvetica Neue',
|
||||
font-family: 'open_sanslight',
|
||||
'Helvetica Neue',
|
||||
Helvetica,
|
||||
sans-serif !important;
|
||||
}
|
||||
|
|
|
@ -3,9 +3,7 @@ body {
|
|||
height:100%;
|
||||
background-color: white;
|
||||
color: #424242;
|
||||
font-family: 'Helvetica Neue',
|
||||
Helvetica,
|
||||
sans-serif;
|
||||
font-family: 'open_sanslight', 'Helvetica Neue', Helvetica, sans-serif;
|
||||
font-size: 28px;
|
||||
margin:0;
|
||||
padding:0;
|
||||
|
|
Loading…
Reference in New Issue