Skip to content

Commit 75d2dab

Browse files
committed
fix(font): added back old font for emcn code editor
1 parent f5eb76c commit 75d2dab

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

apps/sim/tailwind.config.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,16 @@ export default {
2525
'Segoe UI Emoji',
2626
'Segoe UI Symbol',
2727
],
28-
mono: ['var(--font-martian-mono)', 'ui-monospace', 'monospace'],
28+
mono: [
29+
'var(--font-martian-mono, ui-monospace)',
30+
'SFMono-Regular',
31+
'Menlo',
32+
'Monaco',
33+
'Consolas',
34+
'"Liberation Mono"',
35+
'"Courier New"',
36+
'monospace',
37+
],
2938
},
3039
fontSize: {
3140
xs: '11px',

0 commit comments

Comments
 (0)