diff options
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 { |
