Compare commits

...

1 Commits

Author SHA1 Message Date
Lance Pioch
0c0803d2a0 Add fallback fonts for unicode
Fixes #2187
2026-02-08 00:11:49 -05:00

View File

@@ -76,6 +76,7 @@
document.getElementById(monacoId).editor = monaco.editor.create($refs.monacoEditorElement, {
value: monacoContent,
theme: localStorage.getItem('theme') === 'light' ? 'iPlastic' : 'custom',
fontFamily: 'Consolas, \'Courier New\', \'Noto Sans Mono\', \'DejaVu Sans Mono\', monospace',
fontSize: monacoFontSize,
lineNumbersMinChars: lineNumbersMinChars,
automaticLayout: automaticLayout,