Преглед на файлове

Set code font family to respective variable

Natasha R Proctor преди 7 години
родител
ревизия
a150f18187
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      packages/codemirror/style/index.css

+ 1 - 0
packages/codemirror/style/index.css

@@ -22,6 +22,7 @@
 .CodeMirror {
   line-height: var(--jp-code-line-height);
   font-size: var(--jp-code-font-size);
+  font-family: var(--jp-code-font-family);
   height: auto;
   /* Changed to auto to autogrow */
   background: none;