From a2830a0dd6f634147456406c7855881ff298078e Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Jun 2025 20:03:27 +0200 Subject: Refresh portfolio design and fonts --- styles/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'styles/_variables.scss') diff --git a/styles/_variables.scss b/styles/_variables.scss index ce570f6..26858a2 100644 --- a/styles/_variables.scss +++ b/styles/_variables.scss @@ -1,5 +1,5 @@ -$titleFontStack: "Beiruti", "Arial", system-ui, sans-serif; -$mainFontStack: "Sen Variable", "Arial", system-ui, sans-serif; +$titleFontStack: "Onest Variable", system-ui, "Liberation Sans", "Arial", "Helvetica", sans-serif; +$mainFontStack: "Onest Variable", system-ui, "Liberation Sans", "Arial", "Helvetica", sans-serif; $monoFontStack: "Fira Code", "Consolas", monospace; $accent: hsl(209, 94%, 42%); -- cgit v1.3