Skip to content

Commit 153d68a

Browse files
authored
Content headings shouldn't use MP
1 parent ea4e480 commit 153d68a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_assets/css/headers.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
h1, h2, h3, h4, h5, h6 {
1+
h1 {
22
font-family: 'Maven Pro', serif;
33
}
44

5+
h2, h3, h4, h5, h6 {
6+
font-family: 'Fira Sans', sans-serif;
7+
}
8+
59
h1 {
610
font-size: 3em;
711
font-variant: small-caps;

0 commit comments

Comments
 (0)