Style all headings with our heading font
That's Abhaya Libre ExtraBold, but of course it can easily be changed because you just need to set the `--font-heading` variable!
This commit is contained in:
parent
e6ae9b83e8
commit
91893bcac5
3 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -920,6 +920,7 @@ headings, text, images and lists. We deal with cards lower down. */
|
|||
.gh-inline [id] {
|
||||
margin: 0;
|
||||
color: var(--color-darkgrey);
|
||||
font-family: var(--font-heading);
|
||||
}
|
||||
|
||||
/* Add back a top margin to all headings, unless a heading
|
||||
|
|
Loading…
Reference in a new issue