瀏覽代碼

fix(style): code font-family no longer loaded from font theme

$sta-font-mono was referenced as literal during CSS->SCSS conversion.

Fix #1139
George Cushen 6 年之前
父節點
當前提交
4fed5675e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/sass/academic/_root.scss

+ 1 - 1
assets/sass/academic/_root.scss

@@ -159,7 +159,7 @@ figcaption h4 {
 
 pre,
 code {
-  font-family: '$sta-font-mono', monospace;
+  font-family: $sta-font-mono, monospace;
   color: #c7254e;
   background-color: #f9f2f4;
 }