move font-family from generic tags

pull/868/head
hveficent 2018-07-26 12:12:16 +02:00 committed by Jasmin Solanki
parent 7f238bc7f6
commit 4edb7c5ba7
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;
}