mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(font): added back old font for emcn code editor
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user