Sfoglia il codice sorgente

Set code font family to respective variable

Natasha R Proctor 7 anni fa
parent
commit
a150f18187
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;