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 /styles/_variables.scss | |
| parent | 731fcdb659bd5de1ab973f875861131f57a390f8 (diff) | |
chore: replace Roboto with Archivo Variable font and update styles accordingly
Diffstat (limited to 'styles/_variables.scss')
| -rw-r--r-- | styles/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/_variables.scss b/styles/_variables.scss index 3f3245c..fba0516 100644 --- a/styles/_variables.scss +++ b/styles/_variables.scss @@ -1,5 +1,5 @@ -$titleFontStack: "Encode Sans", "Liberation Sans", "Arial", "Helvetica", sans-serif; -$mainFontStack: "Encode Sans", "Liberation Sans", "Arial", "Helvetica", sans-serif; +$titleFontStack: "Archivo Variable", "Liberation Sans", "Arial", "Helvetica", sans-serif; +$mainFontStack: "Archivo Variable", "Liberation Sans", "Arial", "Helvetica", sans-serif; $monoFontStack: "Roboto Mono Variable", "Fira Code", "Consolas", monospace; $accent: hsl(209, 94%, 42%); |
