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 | |
| parent | a423c9b15bdf43d28390fb0424dfeec012d82828 (diff) | |
Refresh portfolio design and fonts
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/_variables.scss | 4 | ||||
| -rw-r--r-- | styles/shared.scss | 6 |
2 files changed, 5 insertions, 5 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%); diff --git a/styles/shared.scss b/styles/shared.scss index 357ba7e..d6961a1 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -14,17 +14,17 @@ h1 { @extend %heading; - font-size: 3.25rem; + font-size: 3.55rem; } h2 { @extend %heading; - font-size: 2.5rem; + font-size: 2.75rem; } h3 { @extend %heading; - font-size: 1.5rem; + font-size: 2rem; } h4 { |
