aboutsummaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-24 18:18:14 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-28 23:24:13 +0100
commit72f4b03ea2648b7c9de1d4bf2f0899a278537167 (patch)
tree8072c61ba0a6ff7a7283abea4b0703777a936dc9 /src/layouts
parent731fcdb659bd5de1ab973f875861131f57a390f8 (diff)
chore: replace Roboto with Archivo Variable font and update styles accordingly
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/Layout.astro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index af038bf..2a12302 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -1,4 +1,5 @@
---
+import '@fontsource-variable/archivo'
import Header from "../partials/Header.astro";
import Footer from "../partials/Footer.astro";