Skip to content

Commit 5d3831a

Browse files
author
Bittrance
authored
Merge pull request #131 from XenitAB/maison-neue
Actually use maison neue
2 parents 01bdae0 + 98d2117 commit 5d3831a

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

src/css/custom.css

+8
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ html[data-theme="dark"] {
102102
}
103103
}
104104

105+
h1, h2, h3, h4, h5, h6 {
106+
font-family: "MaisonNeue-Demi";
107+
}
108+
109+
body {
110+
font-family: "MaisonNeue-Book";
111+
}
112+
105113
@font-face {
106114
font-family: "MaisonNeue-Bold";
107115
src: url("/fonts/MaisonNeue-Bold.woff") format("woff");

src/utils/fonts.js

-9
This file was deleted.

0 commit comments

Comments
 (0)