From 640142a4d84dec1292b4a85ca1f4c1fb1c5017d6 Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Sun, 10 Aug 2014 16:28:52 -0700 Subject: [PATCH] Update _forums.scss Font face changes --- app/assets/stylesheets/themes/default/pages/_forums.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/default/pages/_forums.scss b/app/assets/stylesheets/themes/default/pages/_forums.scss index f3b46b7..c0e6b0f 100644 --- a/app/assets/stylesheets/themes/default/pages/_forums.scss +++ b/app/assets/stylesheets/themes/default/pages/_forums.scss @@ -65,7 +65,7 @@ div#categories { } th.category { - font-family: 'Impact'; + font-family: $header-font-family; font-weight: normal; color: #36b1ff; font-size: 24px; @@ -318,4 +318,4 @@ div#categories { width: auto; float: none; } -} \ No newline at end of file +}