Specify editor fallback font

This commit is contained in:
Jonatan Kłosko 2021-05-04 15:48:26 +02:00
parent 89ab9de677
commit dc605aa209
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,6 @@
} }
.font-editor { .font-editor {
font-family: "JetBrains Mono"; font-family: "JetBrains Mono", "Droid Sans Mono", "monospace";
font-size: 14px; font-size: 14px;
} }

View file

@ -102,7 +102,7 @@ class LiveEditor {
occurrencesHighlight: false, occurrencesHighlight: false,
renderLineHighlight: "none", renderLineHighlight: "none",
theme: "custom", theme: "custom",
fontFamily: "JetBrains Mono", fontFamily: "JetBrains Mono, Droid Sans Mono, monospace",
tabIndex: -1, tabIndex: -1,
quickSuggestions: false, quickSuggestions: false,
tabCompletion: "on", tabCompletion: "on",