diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-24 18:18:14 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-28 23:24:13 +0100 |
| commit | 72f4b03ea2648b7c9de1d4bf2f0899a278537167 (patch) | |
| tree | 8072c61ba0a6ff7a7283abea4b0703777a936dc9 /src/layouts | |
| parent | 731fcdb659bd5de1ab973f875861131f57a390f8 (diff) | |
chore: replace Roboto with Archivo Variable font and update styles accordingly
Diffstat (limited to 'src/layouts')
| -rw-r--r-- | src/layouts/Layout.astro | 1 |
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"; |
