diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-07-24 15:58:32 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-08-25 17:52:51 +0200 |
| commit | 05713943f7dfeae0c064900dc27a21369b195e89 (patch) | |
| tree | 7c92f911d31ae06cc8113057cfe17573ac32de36 | |
| parent | f3e0966fd68231d6a340bd8839403f6a6efe5923 (diff) | |
Improve font styling
| -rw-r--r-- | styles/shared.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/styles/shared.scss b/styles/shared.scss index 6078053..4ae82a5 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -1,8 +1,10 @@ @use "./variables" as *; @use "./alert"; -:root { - font: 400 16px/1.65 $mainFontStack; +body { + font-family: $mainFontStack; + line-height: 1.65; + color: $textColor; } %heading { |
