From 85e4cde7dd694759a7c082c0f6cbb9891f83fb87 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:58:23 +0200 Subject: Update font styles and background colors in CSS files --- assets/css/_root.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'assets/css/_root.scss') diff --git a/assets/css/_root.scss b/assets/css/_root.scss index 568691e..e04a427 100644 --- a/assets/css/_root.scss +++ b/assets/css/_root.scss @@ -1,12 +1,8 @@ :root { - --font-heading: "Roboto Slab", "Segoe UI"; - --font-body: Arial, Helvetica, sans-serif; - --font-mono: "Fira Code", "Consolas" , monospace; - font-size: 16px; font-weight: 400; line-height: 1.65; - font-family: var(--font-body); + font-family: $mainFontStack; --body-background: #efefef; --body-color: #212121; -- cgit v1.3