CommitMono

This commit is contained in:
Oliver Bryan
2026-01-11 22:19:04 +00:00
parent 7a74a2fe73
commit 5fc055d76a
5 changed files with 44 additions and 3 deletions

View File

@@ -1,4 +1,18 @@
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
font-family: "Commit Mono";
src: url("/fonts/CommitMono-Variable.woff2") format("woff2");
font-weight: 200 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Commit Mono";
src: url("/fonts/CommitMono-Variable.woff2") format("woff2");
font-weight: 200 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Basteleur";
@@ -37,7 +51,7 @@
}
.font-mono {
font-family: "IBM Plex Mono", monospace;
font-family: "Commit Mono", monospace;
}
.font-basteleur {