diff --git a/print.css b/print.css index a13418f..509f1e8 100644 --- a/print.css +++ b/print.css @@ -1,4 +1,5 @@ body { + font-family: Calibri, Arial, sans-serif; font-size: .95em; -webkit-print-color-adjust: exact; } diff --git a/style.css b/style.css index a425081..4f4b18e 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ @viewport { width: device-width; } body{ - font-family: 'Open Sans', Arial, Tahoma; + font-family: 'Open Sans', Calibri, Arial, Tahoma, sans-serif; font-weight: 400; color: #363636; background: #334960;