From 72f4b03ea2648b7c9de1d4bf2f0899a278537167 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 24 Nov 2025 18:18:14 +0100 Subject: chore: replace Roboto with Archivo Variable font and update styles accordingly --- styles/shared.scss | 8 -------- 1 file changed, 8 deletions(-) (limited to 'styles/shared.scss') diff --git a/styles/shared.scss b/styles/shared.scss index ef9379c..840fa4b 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -1,14 +1,6 @@ @use "./variables" as *; @use "./alert"; -@font-face { - font-display: swap; - font-family: 'Roboto Flex'; - font-style: normal; - font-weight: 100 900; - src: url('/fonts/robotoflex.woff2') format('woff2'); -} - body { font-family: $mainFontStack; line-height: 1.65; -- cgit v1.3