Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/fonts/InstrumentSans.woff2
Binary file not shown.
15 changes: 14 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,18 @@
"source": "/testing",
"destination": "/v2/advanced/testing"
}
]
],
"fonts": {
"body": {
"family": "Instrument Sans",
"source": "/assets/fonts/InstrumentSans.woff2",
"format": "woff2"
},
"heading": {
"family": "Instrument Sans",
"source": "/assets/fonts/InstrumentSans.woff2",
"format": "woff2",
"weight": 500
}
}
}
Binary file removed fonts/inter/InterVariable-Italic.woff2
Binary file not shown.
Binary file removed fonts/inter/InterVariable.woff2
Binary file not shown.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400..500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@300..600&display=swap");

body {
font-family: "Instrument Sans";
font-weight: 400;
html {
/* Single story "a", alternate "R", alternate "Q" */
font-feature-settings: "ss02"1, "ss05"1, "ss09"1;
}

h1,
Expand All @@ -18,6 +17,7 @@ code,
pre {
font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco,
Consolas, "Liberation Mono", "Courier New", monospace;
font-feature-settings: normal;
}

b,
Expand Down