fix(font): added back old font for emcn code editor

This commit is contained in:
waleed
2026-03-10 23:41:06 -07:00
parent f5eb76c703
commit 75d2dabafc

View File

@@ -25,7 +25,16 @@ export default {
'Segoe UI Emoji',
'Segoe UI Symbol',
],
mono: ['var(--font-martian-mono)', 'ui-monospace', 'monospace'],
mono: [
'var(--font-martian-mono, ui-monospace)',
'SFMono-Regular',
'Menlo',
'Monaco',
'Consolas',
'"Liberation Mono"',
'"Courier New"',
'monospace',
],
},
fontSize: {
xs: '11px',