Skip to content

Commit 48d8844

Browse files
authored
Update heading font to Maple Mono
1 parent e568df5 commit 48d8844

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

assets/styles.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* maple-mono-latin-400-normal */
2+
@font-face {
3+
font-family: "Maple Mono";
4+
font-style: normal;
5+
font-display: swap;
6+
font-weight: 400;
7+
src: url(https://cdn.jsdelivr.net/fontsource/fonts/maple-mono@latest/latin-400-normal.woff2) format("woff2"), url(https://cdn.jsdelivr.net/fontsource/fonts/maple-mono@latest/latin-400-normal.woff) format("woff");
8+
}
9+
110
body {
211
margin: 0 auto;
312

@@ -14,7 +23,7 @@ body {
1423

1524
h1,
1625
h2 {
17-
font-family: "Fantasque Sans Mono", sans-serif;
26+
font-family: "Maple Mono", sans-serif;
1827
}
1928

2029
h1 {

0 commit comments

Comments
 (0)