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/_toc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/even/src/css/_partial/_post/_toc.scss') diff --git a/themes/even/src/css/_partial/_post/_toc.scss b/themes/even/src/css/_partial/_post/_toc.scss index 8327055..5bc800e 100644 --- a/themes/even/src/css/_partial/_post/_toc.scss +++ b/themes/even/src/css/_partial/_post/_toc.scss @@ -3,7 +3,7 @@ width: $post-toc-width; margin-left: $post-toc-margin-left; padding: 10px; - font-family: $global-serif-font-family; + font-family: $global-font-family; border-radius: 5px; background: $post-toc-backgroud; box-shadow: 1px 1px 2px rgba(0,0,0,0.125); -- cgit v1.2.3