Skip to content

Commit 4cbfd8a

Browse files
committed
Adding back Geomanist for headings
1 parent 0847217 commit 4cbfd8a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

styles/fonts.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@font-face {
2+
font-family: 'Geomanist';
3+
src: url('../assets/geomanist-medium.woff2') format('woff2'),
4+
url('../assets/geomanist-medium.woff') format('woff');
5+
font-weight: 600;
6+
font-style: normal;
7+
}

styles/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77

88
@import 'vars';
9+
@import 'fonts';
910
@import 'functions';
1011

1112
@import './reset';

styles/markdown.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
h6 { font-size: getFontSize(-1); }
1717

1818
h1, h2, h3, h4, h5, h6 {
19+
font-family: 'Geomanist';
1920
font-weight:600;
2021
line-height:1;
2122
margin:1.5em 0 0.25em;

0 commit comments

Comments
 (0)