Skip to content

Commit e8b8591

Browse files
committed
fix
1 parent 512c1b1 commit e8b8591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs-svelte-kit/src/lib/eslint/MonacoEditor.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
language,
8989
automaticLayout: true,
9090
fontSize: 14,
91-
// tabSize: 2,
91+
fontFamily:
92+
'ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
9293
minimap: {
9394
enabled: false
9495
},

0 commit comments

Comments
 (0)