Skip to content

Commit

Permalink
fix: use monospace font for post-gitinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 12, 2019
1 parent 5716c6d commit 5e7156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_common/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

@if variable-exists("fontFamilyCode") {
code, pre, sup, .post-meta, .updated-badge, .minimal-footer, .minimal-footer-about {
code, pre, sup, .post-meta, .updated-badge, .post-gitinfo, .minimal-footer, .minimal-footer-about {
font-family: $fontFamilyCode;
}
}
Expand Down

0 comments on commit 5e7156b

Please sign in to comment.