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