Browse Source

Set code font family to respective variable

Natasha R Proctor 7 years ago
parent
commit
a150f18187
1 changed files with 1 additions and 0 deletions
  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;