From 56146c1722b00425c95b6b90e5d01555f437a18c Mon Sep 17 00:00:00 2001 From: hveficent Date: Thu, 26 Jul 2018 12:12:16 +0200 Subject: [PATCH] move font-family from generic tags --- account_financial_report/static/src/css/report.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/account_financial_report/static/src/css/report.css b/account_financial_report/static/src/css/report.css index eaf8038e..27341090 100644 --- a/account_financial_report/static/src/css/report.css +++ b/account_financial_report/static/src/css/report.css @@ -1,6 +1,3 @@ -body, table, td, span, div { - font-family: Helvetica, Arial; -} .act_as_table { display: table !important; } @@ -104,4 +101,5 @@ body, table, td, span, div { width: 90%; margin-right: auto; margin-left: auto; + font-family: Helvetica, Arial; }