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; }