Working and fixing production bugs

This commit is contained in:
2021-08-25 12:28:57 +02:00
parent 5d5641b25a
commit 8732f7c117
9 changed files with 248 additions and 23 deletions

View File

@@ -331,7 +331,7 @@ module.exports = defineConfig({
'"Courier New"',
'monospace',
],
color: ['Roboto', 'serif']
color: ['Roboto', 'ui-sans-serif', 'system-ui', '-apple-system', 'sans-serif']
},
fontSize: {
xs: ['0.75rem', { lineHeight: '1rem' }],