diff --git a/src/app.html b/src/app.html index 50bd0b52..3b720b41 100644 --- a/src/app.html +++ b/src/app.html @@ -3,6 +3,7 @@
+ %sveltekit.head% diff --git a/src/themes/_typography.scss b/src/themes/_typography.scss index f39caf53..a25bdbd8 100644 --- a/src/themes/_typography.scss +++ b/src/themes/_typography.scss @@ -7,10 +7,10 @@ font-display: swap; } -// Font-weight +// Font-weight (AGrot: 400, 500, 700, 900) $normal: 400; $medium: 500; -$bold: 600; +$bold: 700; // Font size (in rems based on 10px base = 62.5% of 16px) $font-tiny: 1.1rem; // 11px (1.1 × 10px) diff --git a/src/themes/themes.scss b/src/themes/themes.scss index f3e792c8..c98086a4 100644 --- a/src/themes/themes.scss +++ b/src/themes/themes.scss @@ -7,7 +7,7 @@ @use 'mixins'; :root { - --font-family: 'Goalking', system-ui, sans-serif; + --font-family: 'AGrot', system-ui, sans-serif; // Spacing variables --unit: #{spacing.$unit};