diff --git a/css/berkeleymono.css b/css/berkeleymono.css new file mode 100644 index 0000000..997b58b --- /dev/null +++ b/css/berkeleymono.css @@ -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; +} diff --git a/css/commitmono.css b/css/commitmono.css new file mode 100644 index 0000000..e130aff --- /dev/null +++ b/css/commitmono.css @@ -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; +} diff --git a/css/martian-grotesk.css b/css/martian-grotesk.css new file mode 100644 index 0000000..db4eafc --- /dev/null +++ b/css/martian-grotesk.css @@ -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; +} diff --git a/css/martian-mono.css b/css/martian-mono.css new file mode 100644 index 0000000..07f42e8 --- /dev/null +++ b/css/martian-mono.css @@ -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; +} diff --git a/css/sorts-mill-goudy.css b/css/sorts-mill-goudy.css new file mode 100644 index 0000000..a93e606 --- /dev/null +++ b/css/sorts-mill-goudy.css @@ -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; +} diff --git a/fonts/BerkeleyMono-Italic.ttf b/fonts/BerkeleyMono-Italic.ttf new file mode 100644 index 0000000..6d0ec7c Binary files /dev/null and b/fonts/BerkeleyMono-Italic.ttf differ diff --git a/fonts/BerkeleyMono-Regular.ttf b/fonts/BerkeleyMono-Regular.ttf new file mode 100644 index 0000000..8d03b22 Binary files /dev/null and b/fonts/BerkeleyMono-Regular.ttf differ diff --git a/fonts/CommitMono-Variable.woff2 b/fonts/CommitMono-Variable.woff2 new file mode 100644 index 0000000..f9ac1ee Binary files /dev/null and b/fonts/CommitMono-Variable.woff2 differ diff --git a/fonts/MartianGrotesk-VFVF.ttf b/fonts/MartianGrotesk-VFVF.ttf new file mode 100644 index 0000000..18265a5 Binary files /dev/null and b/fonts/MartianGrotesk-VFVF.ttf differ diff --git a/fonts/MartianGrotesk-VFVF.woff2 b/fonts/MartianGrotesk-VFVF.woff2 new file mode 100644 index 0000000..b9cb9b6 Binary files /dev/null and b/fonts/MartianGrotesk-VFVF.woff2 differ diff --git a/fonts/MartianMonoVF.ttf b/fonts/MartianMonoVF.ttf new file mode 100644 index 0000000..9d677f3 Binary files /dev/null and b/fonts/MartianMonoVF.ttf differ diff --git a/fonts/MartianMonoVF.woff2 b/fonts/MartianMonoVF.woff2 new file mode 100644 index 0000000..a711e8b Binary files /dev/null and b/fonts/MartianMonoVF.woff2 differ diff --git a/fonts/SortsMillGoudy-Italic.woff b/fonts/SortsMillGoudy-Italic.woff new file mode 100644 index 0000000..c889d21 Binary files /dev/null and b/fonts/SortsMillGoudy-Italic.woff differ diff --git a/fonts/SortsMillGoudy-Regular.woff b/fonts/SortsMillGoudy-Regular.woff new file mode 100644 index 0000000..4c5bc32 Binary files /dev/null and b/fonts/SortsMillGoudy-Regular.woff differ