فهرست منبع

Shawburn: update print

Andrés 5 سال پیش
والد
کامیت
5a9bc78003
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 1 0
      shawburn/print.css
  2. 2 1
      shawburn/sass/print.scss

+ 1 - 0
shawburn/print.css

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

+ 2 - 1
shawburn/sass/print.scss

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