Fix consolas not being used in editor

This commit is contained in:
Damien Elmes 2024-03-10 12:52:53 +07:00
parent 65410e68c8
commit b4cb2fede3

View file

@ -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) {