Revert "Change the default font to Helvetica Neue"

This reverts commit b309ef25fd.
pull/771/head
yanas 8 years ago
parent db0c4e95f7
commit 6116df9411
  1. 3
      css/main.css
  2. 4
      css/unsupported_browser.css

@ -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…
Cancel
Save