commit 96423c7301bc806991927b7afcc50576f42b2d6e Author: Oliver Bryan Date: Wed Feb 4 14:34:35 2026 +0000 basteleur diff --git a/css/basteleur.css b/css/basteleur.css new file mode 100644 index 0000000..a01599e --- /dev/null +++ b/css/basteleur.css @@ -0,0 +1,23 @@ +@font-face { + font-family: "Basteleur"; + src: + url("/fonts/Basteleur-Bold.woff2") format("woff2"), + url("/fonts/Basteleur-Bold.woff") format("woff"); + font-weight: 700; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Basteleur"; + src: + url("/fonts/Basteleur-Moonlight.woff2") format("woff2"), + url("/fonts/Basteleur-Moonlight.woff") format("woff"); + font-weight: 400; + font-style: normal; + font-display: swap; +} + + + + diff --git a/fonts/Basteleur-Bold.woff b/fonts/Basteleur-Bold.woff new file mode 100644 index 0000000..6b78ba7 Binary files /dev/null and b/fonts/Basteleur-Bold.woff differ diff --git a/fonts/Basteleur-Bold.woff2 b/fonts/Basteleur-Bold.woff2 new file mode 100644 index 0000000..69b8558 Binary files /dev/null and b/fonts/Basteleur-Bold.woff2 differ diff --git a/fonts/Basteleur-Moonlight.woff b/fonts/Basteleur-Moonlight.woff new file mode 100644 index 0000000..5b13b7b Binary files /dev/null and b/fonts/Basteleur-Moonlight.woff differ diff --git a/fonts/Basteleur-Moonlight.woff2 b/fonts/Basteleur-Moonlight.woff2 new file mode 100644 index 0000000..178ab18 Binary files /dev/null and b/fonts/Basteleur-Moonlight.woff2 differ