diff --git a/css/main.css b/css/main.css index 535466c88..14c130462 100644 --- a/css/main.css +++ b/css/main.css @@ -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; } diff --git a/css/unsupported_browser.css b/css/unsupported_browser.css index e7df43229..510a400cd 100644 --- a/css/unsupported_browser.css +++ b/css/unsupported_browser.css @@ -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;