From 1218cb9692fc69cec6427fd16116bb2557f4dcc5 Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Sun, 10 Aug 2014 16:28:14 -0700 Subject: [PATCH] Update _news.scss Font face changes --- app/assets/stylesheets/themes/default/pages/_news.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/default/pages/_news.scss b/app/assets/stylesheets/themes/default/pages/_news.scss index 3125b12..bbb530b 100644 --- a/app/assets/stylesheets/themes/default/pages/_news.scss +++ b/app/assets/stylesheets/themes/default/pages/_news.scss @@ -70,7 +70,7 @@ div.article { h2 { margin: 0 0 .5em 0; - font-family: 'Impact'; + font-family: $header-font-family; font-weight: normal; } } @@ -203,4 +203,4 @@ div.admin.articles { width: 10%; text-align: right; } -} \ No newline at end of file +}