From ae9ac85b6e4912ad975ffea8b9016d715aac6d0f Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 6 Nov 2018 21:08:51 -0500 Subject: eliminate all serif font --- themes/even/src/css/_partial/_post/_content.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/even/src/css/_partial/_post/_content.scss') diff --git a/themes/even/src/css/_partial/_post/_content.scss b/themes/even/src/css/_partial/_post/_content.scss index 11e7607..04c236e 100644 --- a/themes/even/src/css/_partial/_post/_content.scss +++ b/themes/even/src/css/_partial/_post/_content.scss @@ -8,7 +8,7 @@ @for $i from 1 through 6 { h#{$i} { font-weight: 400; - font-family: $global-serif-font-family; + font-family: $global-font-family; } } @@ -74,7 +74,7 @@ .read-more-link { color: $theme-color; font-size: 1.1em; - font-family: $global-serif-font-family; + font-family: $global-font-family; &:hover { border-bottom: $post-readMore-border-bottom; -- cgit v1.2.3