diff --git a/print.css b/print.css index a75963e..ffae834 100644 --- a/print.css +++ b/print.css @@ -10,6 +10,7 @@ html, body { font-size: 14px; + font-family: Fengardo; } .container{ @@ -171,6 +172,6 @@ } html, body{ - background-color: tomato; + background-color: var(--background); } } \ No newline at end of file