浏览代码

Morden: print - fonts should be passed as different values

Andrés 5 年之前
父节点
当前提交
3da3eaab96
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      morden/print.css
  2. 1 1
      morden/sass/print.scss

+ 1 - 1
morden/print.css

@@ -27,7 +27,7 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272
 	/* Fonts */
 	/* Fonts */
 	body {
 	body {
 		font: 13pt Georgia, "Times New Roman", Times, serif;
 		font: 13pt Georgia, "Times New Roman", Times, serif;
-		font: 13pt var(--font-base, 'Georgia, "Times New Roman", Times, serif');
+		font: 13pt var(--font-base, Georgia, "Times New Roman", Times, serif);
 		line-height: 1.3;
 		line-height: 1.3;
 		background: #fff !important;
 		background: #fff !important;
 		color: #000;
 		color: #000;

+ 1 - 1
morden/sass/print.scss

@@ -35,7 +35,7 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272
 
 
   body {
   body {
     font: 13pt Georgia, "Times New Roman", Times, serif;
     font: 13pt Georgia, "Times New Roman", Times, serif;
-    font: 13pt var( --font-base, 'Georgia, "Times New Roman", Times, serif' );
+    font: 13pt var( --font-base, Georgia, "Times New Roman", Times, serif );
     line-height: 1.3;
     line-height: 1.3;
     background: #fff !important;
     background: #fff !important;
     color: #000;
     color: #000;