Selaa lähdekoodia

Fix handling of monospace font in terminal

Steven Silvester 8 vuotta sitten
vanhempi
commit
d83c9d3e75
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/terminal/index.css

+ 1 - 1
src/terminal/index.css

@@ -15,7 +15,7 @@
 
 
 .jp-TerminalWidget-body {
- font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
+  font-family: monospace;
   outline: none;
   user-select: text;
   -webkit-user-select: text;