diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-13 23:17:18 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-13 23:17:18 +0100 |
| commit | 3dcfdf932babdab522b5544367956531e60956b2 (patch) | |
| tree | 5215a43e3ab81b2b81356f2b4c5fc5a5f4a0ff4d /styles | |
| parent | 42edb9a443cc9ea1bf6fe833ee46953a5a3da5f8 (diff) | |
chore: update dependencies and improve font handling
- Bump versions of several Astro-related dependencies in package.json for better performance and features.
- Update content.config.ts to import z from astro/zod for improved type validation.
- Modify Layout.astro to use the Font component for better font management and preload the Archivo font.
- Change font stacks in _variables.scss to reflect the new font choices, enhancing typography consistency.
Diffstat (limited to 'styles')
| -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 7862724..7075028 100644 --- a/styles/_variables.scss +++ b/styles/_variables.scss @@ -1,5 +1,5 @@ -$titleFontStack: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif; -$mainFontStack: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif; +$titleFontStack: "Archivo", "Inter", "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif; +$mainFontStack: "Ubuntu", "Inter", sans-serif; $monoFontStack: "Consolas", "Monaco", "Lucida Console", monospace; $accent: hsl(210, 100%, 45%); // Classic blue |
