diff --git a/mayland/print.css b/mayland/print.css index a61c24046..c7aa7747a 100644 --- a/mayland/print.css +++ b/mayland/print.css @@ -27,7 +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'); + font: 13pt var(--font-base, Georgia, "Times New Roman", Times, serif); line-height: 1.3; background: #fff !important; color: #000; diff --git a/mayland/sass/print.scss b/mayland/sass/print.scss index 2eb9f33fa..ebc46d6b8 100755 --- a/mayland/sass/print.scss +++ b/mayland/sass/print.scss @@ -35,7 +35,7 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272 body { 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; background: #fff !important; color: #000;