Replace font stack with modern font stack

This commit is contained in:
Lewis Dale 2024-01-29 08:18:22 +00:00
parent 947e16ec50
commit 125a3967f6
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
body { body {
background-color: var(--color-secondary); background-color: var(--color-secondary);
color: var(--color-primary); color: var(--color-primary);
font-family: var(--font-family-mono); font-family: var(--font-family-sans);
font-size: var(--text-size-s); font-size: var(--text-size-s);
text-underline-offset: var(--space-size-4xs); text-underline-offset: var(--space-size-4xs);
} }

View File

@ -40,7 +40,7 @@ module.exports = {
'size-3xl': 'clamp(2.49rem, calc(1.09rem + 7.00vw), 9.49rem)', 'size-3xl': 'clamp(2.49rem, calc(1.09rem + 7.00vw), 9.49rem)',
}, },
fontFamily: { fontFamily: {
sans: defaultTheme.fontFamily.sans, sans: ['Avenir', 'Montserrat', 'Corbel', "'URW Gothic'", 'source-sans-pro', 'sans-serif'],
mono: ['"Space Grotesk"', ...defaultTheme.fontFamily.mono], mono: ['"Space Grotesk"', ...defaultTheme.fontFamily.mono],
}, },
gap: ({theme}) => ({ gap: ({theme}) => ({