diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 20:03:27 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 20:03:27 +0200 |
| commit | a2830a0dd6f634147456406c7855881ff298078e (patch) | |
| tree | 93af1b60258b0b19a739b294fa31f201c2d64158 /styles/_variables.scss | |
| parent | a423c9b15bdf43d28390fb0424dfeec012d82828 (diff) | |
Refresh portfolio design and fonts
Diffstat (limited to 'styles/_variables.scss')
| -rw-r--r-- | styles/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/_variables.scss b/styles/_variables.scss index ce570f6..26858a2 100644 --- a/styles/_variables.scss +++ b/styles/_variables.scss @@ -1,5 +1,5 @@ -$titleFontStack: "Beiruti", "Arial", system-ui, sans-serif; -$mainFontStack: "Sen Variable", "Arial", system-ui, sans-serif; +$titleFontStack: "Onest Variable", system-ui, "Liberation Sans", "Arial", "Helvetica", sans-serif; +$mainFontStack: "Onest Variable", system-ui, "Liberation Sans", "Arial", "Helvetica", sans-serif; $monoFontStack: "Fira Code", "Consolas", monospace; $accent: hsl(209, 94%, 42%); |
