From 6116df9411cd897c2bf33f004c2f16ff92956813 Mon Sep 17 00:00:00 2001 From: yanas Date: Wed, 3 Aug 2016 12:57:07 -0500 Subject: [PATCH] Revert "Change the default font to Helvetica Neue" This reverts commit b309ef25fd74e6aa1c1fb9594c2ac3c5c19a16ef. --- css/main.css | 3 ++- css/unsupported_browser.css | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) 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;