Switch font family to make it more readable
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m28s

This commit is contained in:
Lewis Dale 2024-06-16 09:55:59 +01:00
parent 307b9ad1b7
commit 821b09fdfc
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,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-humanist); font-family: var(--font-family-geometric);
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

@ -49,7 +49,8 @@ module.exports = {
sans: ['Avenir', 'Montserrat', 'Corbel', "'URW Gothic'", 'source-sans-pro', 'sans-serif'], sans: ['Avenir', 'Montserrat', 'Corbel', "'URW Gothic'", 'source-sans-pro', 'sans-serif'],
mono: ['"Space Grotesk"', ...defaultTheme.fontFamily.mono], mono: ['"Space Grotesk"', ...defaultTheme.fontFamily.mono],
humanist: ['Seravek', "'Gill Sans Nova'", 'Ubuntu', 'Calibri', "'DejaVu Sans'", 'source-sans-pro', 'sans-serif'], humanist: ['Seravek', "'Gill Sans Nova'", 'Ubuntu', 'Calibri', "'DejaVu Sans'", 'source-sans-pro', 'sans-serif'],
neo: ['Inter', 'Roboto', "'Helvetica Neue'", "'Arial Nova'", "'Nimbus Sans'", "'Arial'", 'sans-serif'] neo: ['Inter', 'Roboto', "'Helvetica Neue'", "'Arial Nova'", "'Nimbus Sans'", "'Arial'", 'sans-serif'],
geometric: ['Avenir', 'Montserrat', 'Corbel', "'URW Gothic'", 'source-sans-pro', 'sans-serif']
}, },
gap: ({theme}) => ({ gap: ({theme}) => ({
none: '0px', none: '0px',