mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 03:34:57 +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-family: "JetBrains Mono";
|
||||
font-family: "JetBrains Mono", "Droid Sans Mono", "monospace";
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
|
@ -102,7 +102,7 @@ class LiveEditor {
|
|||
occurrencesHighlight: false,
|
||||
renderLineHighlight: "none",
|
||||
theme: "custom",
|
||||
fontFamily: "JetBrains Mono",
|
||||
fontFamily: "JetBrains Mono, Droid Sans Mono, monospace",
|
||||
tabIndex: -1,
|
||||
quickSuggestions: false,
|
||||
tabCompletion: "on",
|
||||
|
|
Loading…
Add table
Reference in a new issue