diff --git a/ts/editor/CodeMirror.svelte b/ts/editor/CodeMirror.svelte index df27a21ca..8abd6f90f 100644 --- a/ts/editor/CodeMirror.svelte +++ b/ts/editor/CodeMirror.svelte @@ -103,7 +103,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html :global(.CodeMirror) { height: auto; - font-family: Consolas monospace; + font-family: Consolas, monospace; } :global(.CodeMirror-wrap pre) {