From af94e3f319a93a4606a3b6d8c1135644a22fd2ba Mon Sep 17 00:00:00 2001 From: SkyfallWasTaken Date: Sat, 13 Jul 2024 19:32:13 +0100 Subject: [PATCH] Change font to Plus Jakarta Sans --- bun.lockb | Bin 235495 -> 235495 bytes src/components/BaseHead.astro | 16 ++++------------ src/styles/global.css | 1 + 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/bun.lockb b/bun.lockb index 12c0d42e80b12b9a28ef91480f9899b2a064fda4..918ac17f847b424aca42f933d2e428625eb9674d 100755 GIT binary patch delta 32 ocmaF9p6~g3zJ?aYElgiyIT+&%^i1^(jobgmGHw4G%lyg`0NjWS`~Uy| delta 32 jcmaF9p6~g3zJ?aYElgiyIhYtAp#5(w)Aqly%&#l~#_ + + - diff --git a/src/styles/global.css b/src/styles/global.css index 49d13d3..9408b24 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,3 +1,4 @@ html { + font-family: "Plus Jakarta Sans", system-ui, sans-serif; @apply bg-base; }