Browse Source

Coutoire: update print

Andrés 5 years ago
parent
commit
59ec01522a
2 changed files with 2 additions and 0 deletions
  1. 1 0
      coutoire/print.css
  2. 1 0
      coutoire/sass/print.scss

+ 1 - 0
coutoire/print.css

@@ -27,6 +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');
 		line-height: 1.3;
 		line-height: 1.3;
 		background: #fff !important;
 		background: #fff !important;
 		color: #000;
 		color: #000;

+ 1 - 0
coutoire/sass/print.scss

@@ -35,6 +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' );
     line-height: 1.3;
     line-height: 1.3;
     background: #fff !important;
     background: #fff !important;
     color: #000;
     color: #000;