mirror of
https://github.com/zaphar/jeremy.marzhillstudios.com.git
synced 2025-07-22 19:39:56 -04:00
Update theme headers with sans-serif font family.
This commit is contained in:
parent
2b557a9c7b
commit
6d588c02ac
@ -32,7 +32,8 @@ main {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-family: $article-header-family;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ $mobile-navbar-height: 50px !default;
|
|||||||
$code-colour: #c7254e;
|
$code-colour: #c7254e;
|
||||||
$code-font-family: Consolas, Monaco, Menlo, Consolas, monospace !default;
|
$code-font-family: Consolas, Monaco, Menlo, Consolas, monospace !default;
|
||||||
$decoration-font-family: Athelas, STHeiti, Microsoft Yahei, serif;
|
$decoration-font-family: Athelas, STHeiti, Microsoft Yahei, serif;
|
||||||
|
$article-header-family: Calibri, Arial, sans-serif;
|
||||||
|
|
||||||
@mixin min-screen($min-width: $body-width) {
|
@mixin min-screen($min-width: $body-width) {
|
||||||
@media screen and (min-width: $min-width) {
|
@media screen and (min-width: $min-width) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user