mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Specify editor fallback font
This commit is contained in:
parent
89ab9de677
commit
dc605aa209
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue