diff options
Diffstat (limited to 'themes/even/src/css/_partial/_post/_content.scss')
-rw-r--r-- | themes/even/src/css/_partial/_post/_content.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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; |