Replace font stack with modern font stack
This commit is contained in:
parent
947e16ec50
commit
125a3967f6
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -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}) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user