More monospace fallbacks

Closes #167
This commit is contained in:
Gregory Schier
2025-02-21 13:36:54 -08:00
parent d31b4448df
commit e510204b8c

View File

@@ -42,7 +42,21 @@ module.exports = {
}, },
}, },
fontFamily: { fontFamily: {
mono: ['JetBrains Mono', 'Menlo', 'monospace'], mono: [
'JetBrains Mono',
'ui-monospace',
'SFMono-Regular',
'Menlo',
'Monaco',
'Fira Code',
'Ubuntu Mono',
'Consolas',
'Liberation Mono',
'Courier New',
'DejaVu Sans Mono',
'Hack',
'monospace',
],
sans: [ sans: [
'Inter UI', 'Inter UI',
'-apple-system', '-apple-system',