Change the default font to Helvetica Neue
This commit is contained in:
parent
0ea5175354
commit
b309ef25fd
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue