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/_footer.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/even/src/css/_partial/_post/_footer.scss') diff --git a/themes/even/src/css/_partial/_post/_footer.scss b/themes/even/src/css/_partial/_post/_footer.scss index c959c2f..8a2a443 100644 --- a/themes/even/src/css/_partial/_post/_footer.scss +++ b/themes/even/src/css/_partial/_post/_footer.scss @@ -18,7 +18,7 @@ .post-footer { margin-top: $post-footer-margin-top; border-top: $post-footer-border-top; - font-family: $global-serif-font-family; + font-family: $global-font-family; .post-tags { padding: $post-tags-padding; @@ -42,7 +42,7 @@ .next { font-weight: 600; font-size: $post-nav-font-size; - font-family: $global-serif-font-family; + font-family: $global-font-family; transition-property: transform; transition-timing-function: ease-out; transition-duration: 0.3s; -- cgit v1.2.3