diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-25 22:44:05 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-25 22:44:05 +0100 |
| commit | 8b0edfffade23dad7ead437ee5d845860cdb1ee7 (patch) | |
| tree | 0c13b75a1130ebcf3ee6440d4e679b4f4a9a7792 /assets/css/root.scss | |
| parent | a82f0919d535ba5d86abfbe653bad8ba0fdcf51f (diff) | |
Implement blog page, add a few links
Diffstat (limited to 'assets/css/root.scss')
| -rw-r--r-- | assets/css/root.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/root.scss b/assets/css/root.scss index 88d8614..9ffc849 100644 --- a/assets/css/root.scss +++ b/assets/css/root.scss @@ -1,9 +1,11 @@ :root { font-size: 16px; font-weight: 400; - font-family: 'Aleo', consolas; + font-family: 'Rubik', sans-serif; line-height: 1.5; + --font-heading: 'Aleo', "Roboto Slab", sans-serif; + --accent-1: hsl(152, 90%, 20%); --accent-2: hsl(152, 90%, 30%); --accent-3: hsl(152, 90%, 40%); |
