all other fonts

This commit is contained in:
2026-02-04 15:54:45 +00:00
parent 9976362840
commit 31d2909eef
14 changed files with 64 additions and 0 deletions

14
css/berkeleymono.css Normal file
View File

@@ -0,0 +1,14 @@
@font-face {
font-family: "Berkeley Mono";
src: url("/fonts/BerkeleyMono-Regular.ttf") format("truetype");
font-weight: 200 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Berkeley Mono";
src: url("/fonts/BerkeleyMono-Italic.ttf") format("truetype");
font-weight: 200 700;
font-style: italic;
font-display: swap;
}

15
css/commitmono.css Normal file
View File

@@ -0,0 +1,15 @@
@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;
}

10
css/martian-grotesk.css Normal file
View File

@@ -0,0 +1,10 @@
@font-face {
font-family: "Martian Grotesk";
src:
url("/fonts/MartianGrotesk-VFVF.woff2") format("woff2"),
url("/fonts/MartianGrotesk-VFVF.ttf") format("truetype");
font-weight: 100 950;
font-stretch: 75% 200%;
font-style: normal;
font-display: swap;
}

10
css/martian-mono.css Normal file
View File

@@ -0,0 +1,10 @@
@font-face {
font-family: "Martian Mono";
src:
url("/fonts/MartianMonoVF.woff2") format("woff2"),
url("/fonts/MartianMonoVF.ttf") format("truetype");
font-weight: 100 800;
font-stretch: 70% 137.5%;
font-style: normal;
font-display: swap;
}

15
css/sorts-mill-goudy.css Normal file
View File

@@ -0,0 +1,15 @@
@font-face {
font-family: "Sorts Mill Goudy";
src: url("/fonts/SortsMillGoudy-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Sorts Mill Goudy";
src: url("/fonts/SortsMillGoudy-Italic.woff") format("woff");
font-weight: 400;
font-style: italic;
font-display: swap;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/MartianMonoVF.ttf Normal file

Binary file not shown.

BIN
fonts/MartianMonoVF.woff2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.