diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-07 02:08:51 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-07 02:08:51 +0000 |
commit | ae9ac85b6e4912ad975ffea8b9016d715aac6d0f (patch) | |
tree | 53b784f5c420ca90bc26f547efedd23385a92274 /themes/even/src/css/_partial/_post/_content.scss | |
parent | b64347d950034689e3ec767e861d479a10585101 (diff) | |
download | capotej.com-ae9ac85b6e4912ad975ffea8b9016d715aac6d0f.tar.gz |
eliminate all serif font
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; |