From e028fd673e2bc8735786b5a5b3fdadac17b419c9 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 25 Aug 2025 20:20:45 +0200 Subject: Fix font sizes and GH actions --- styles/_variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'styles/_variables.scss') diff --git a/styles/_variables.scss b/styles/_variables.scss index c4317c4..2defb13 100644 --- a/styles/_variables.scss +++ b/styles/_variables.scss @@ -1,6 +1,6 @@ -$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; +$titleFontStack: "Roboto Variable", system-ui, "Liberation Sans", "Arial", "Helvetica", sans-serif; +$mainFontStack: "Roboto Variable", system-ui, "Liberation Sans", "Arial", "Helvetica", sans-serif; +$monoFontStack: "Roboto Mono Variable", "Fira Code", "Consolas", monospace; $accent: hsl(209, 94%, 42%); $accentLight: hsl(215, 90%, 60%); -- cgit v1.3