Update theme headers with sans-serif font family.

This commit is contained in:
Jeremy Wall 2020-04-19 13:09:29 -04:00
parent 2b557a9c7b
commit 6d588c02ac
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,8 @@ main {
}
}
h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
font-family: $article-header-family;
font-weight: 400;
}

View File

@ -16,6 +16,7 @@ $mobile-navbar-height: 50px !default;
$code-colour: #c7254e;
$code-font-family: Consolas, Monaco, Menlo, Consolas, monospace !default;
$decoration-font-family: Athelas, STHeiti, Microsoft Yahei, serif;
$article-header-family: Calibri, Arial, sans-serif;
@mixin min-screen($min-width: $body-width) {
@media screen and (min-width: $min-width) {