We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e568df5 commit 48d8844Copy full SHA for 48d8844
assets/styles.css
@@ -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
+
10
body {
11
margin: 0 auto;
12
@@ -14,7 +23,7 @@ body {
14
23
15
24
h1,
16
25
h2 {
17
- font-family: "Fantasque Sans Mono", sans-serif;
26
+ font-family: "Maple Mono", sans-serif;
18
27
}
19
28
20
29
h1 {
0 commit comments