move font-family from generic tags

This commit is contained in:
hveficent
2018-07-26 12:12:16 +02:00
committed by chaule97
parent 8ae5e38733
commit 40e75cd709

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