move font-family from generic tags

pull/939/head
hveficent 2018-07-26 12:12:16 +02:00 committed by David Ramia
parent 31d8b31605
commit d252e7d3c6
1 changed files with 1 additions and 3 deletions

View File

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