diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-04-06 21:58:23 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-04-06 21:58:23 +0200 |
| commit | 85e4cde7dd694759a7c082c0f6cbb9891f83fb87 (patch) | |
| tree | c08efc694aa616f806de94a32b829406da04ff1a /assets/css/_root.scss | |
| parent | 56faea4956d0dbf05ad75bbafca81aa90d09771d (diff) | |
Update font styles and background colors in CSS files
Diffstat (limited to 'assets/css/_root.scss')
| -rw-r--r-- | assets/css/_root.scss | 6 |
1 files changed, 1 insertions, 5 deletions
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; |
