aboutsummaryrefslogtreecommitdiff
path: root/themes/even/src/css/_partial/_post
diff options
context:
space:
mode:
Diffstat (limited to 'themes/even/src/css/_partial/_post')
-rw-r--r--themes/even/src/css/_partial/_post/_content.scss4
-rw-r--r--themes/even/src/css/_partial/_post/_footer.scss4
-rw-r--r--themes/even/src/css/_partial/_post/_toc.scss2
3 files changed, 5 insertions, 5 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;
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;
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);