Преглед изворни кода

use --jp-content-font-family for rendered HTML

Nicholas Bollweg пре 7 година
родитељ
комит
3b5683bce8
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/rendermime/style/index.css

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

@@ -93,6 +93,7 @@
   color: var(--jp-content-font-color1);
   font-size: var(--jp-content-font-size1);
   line-height: var(--jp-content-line-height);
+  font-family: var(--jp-content-font-family);
   /* Give a bit more R padding on Markdown text to keep line lengths reasonable */
   padding-right: 20px;
 }