diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-12-17 00:59:37 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-12-17 00:59:37 +0100 |
| commit | 20df8b3e7804e0eac5a859098b95a71d4ee4aae2 (patch) | |
| tree | 8e13a814f13fe89b9c66df757872b31d9fa6599d /assets/css/root.scss | |
| parent | 8631febdf7c47d1da18c2bc362ab88638326258b (diff) | |
Add social links to footer and more info
Diffstat (limited to 'assets/css/root.scss')
| -rw-r--r-- | assets/css/root.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/css/root.scss b/assets/css/root.scss index 9ffc849..d6e46c5 100644 --- a/assets/css/root.scss +++ b/assets/css/root.scss @@ -1,10 +1,12 @@ :root { + --font-heading: 'Aleo', "Roboto Slab", "Times New Roman", serif; + --font-body: 'Rubik', Helvetica, sans-serif; + --font-mono: 'Roboto Mono', "Ubuntu Mono", "Fira Code", "Courier New", "Consolas", , monospace; + font-size: 16px; font-weight: 400; - font-family: 'Rubik', sans-serif; line-height: 1.5; - - --font-heading: 'Aleo', "Roboto Slab", sans-serif; + font-family: var(--font-body); --accent-1: hsl(152, 90%, 20%); --accent-2: hsl(152, 90%, 30%); |
