From e410edddaf8f29251b17a3ca1c7c3b0633d4f10a Mon Sep 17 00:00:00 2001 From: Martin Feckie Date: Sun, 30 Jun 2013 19:57:35 +0800 Subject: [PATCH] Make the FAQ fonts match rest of site --- app/assets/stylesheets/application/faqs.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/faqs.css.scss b/app/assets/stylesheets/application/faqs.css.scss index 07d6d16d7ac..90468a3b215 100644 --- a/app/assets/stylesheets/application/faqs.css.scss +++ b/app/assets/stylesheets/application/faqs.css.scss @@ -11,7 +11,7 @@ .body-page { - font-family: Georgia, Times, "Times New Roman", serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 22px;