Просмотр исходного кода

Fix handling of monospace font in terminal

Steven Silvester 8 лет назад
Родитель
Сommit
d83c9d3e75
1 измененных файлов с 1 добавлено и 1 удалено
  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;