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 +++--- styles/shared.scss | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'styles') 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%); diff --git a/styles/shared.scss b/styles/shared.scss index 037c70d..053350f 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -15,13 +15,13 @@ body { h1 { @extend %heading; - font-size: 3.55rem; + font-size: 3.25rem; line-height: 1.3; } h2 { @extend %heading; - font-size: 2.75rem; + font-size: 2.5rem; line-height: 1.55; } -- cgit v1.3