From a0a391fdc8c37d41c2ce90001d51ff6c9d16b553 Mon Sep 17 00:00:00 2001 From: Oliver Bryan Date: Thu, 5 Feb 2026 15:13:28 +0000 Subject: [PATCH] basteleur-bold --- src/App.tsx | 2 +- src/index.css | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 938f1f8f..2bc45fa8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -53,7 +53,7 @@ function Home() { {asciiArt} ) : null} -

Oliver Bryan

+

Oliver Bryan

{sortedProjects.map((project) => ( diff --git a/src/index.css b/src/index.css index af751c4d..7e32fa6f 100644 --- a/src/index.css +++ b/src/index.css @@ -1,6 +1,8 @@ @import url("https://fonts.ob248.com/commitmono"); @import url("https://fonts.ob248.com/ft88"); +@import url("https://fonts.ob248.com/ft88-gothique"); @import url("https://fonts.ob248.com/picnic"); +@import url("https://fonts.ob248.com/basteleur"); @import "tailwindcss"; @@ -149,7 +151,22 @@ body { font-weight: 200; } -.picnic { - font-family: "PicNic", serif; +.ft88-gothique { + font-family: "FT88 Gothique", serif; + font-weight: 200; +} + +.basteleur { + font-family: "Basteleur", serif; font-weight: 400; } + +.basteleur-bold { + font-family: "Basteleur", serif; + font-weight: 700; +} + +.picnic { + font-family: "PicNic", serif; + font-weight: 700; +}