PDF templates fix

DomPDF font-weight problems fix
This commit is contained in:
edevrob
2020-12-09 21:13:56 +02:00
parent 2bd01c4014
commit 8dee0da434
9 changed files with 41 additions and 37 deletions

View File

@ -20,7 +20,7 @@
}
.heading-text {
font-weight: 600;
font-weight: bold;
font-size: 24px;
color: #5851D8;
width: 100%;
@ -30,7 +30,7 @@
}
.heading-date-range {
font-weight: 600;
font-weight: normal;
font-size: 15px;
color: #A5ACC1;
width: 100%;
@ -40,7 +40,7 @@
}
.sub-heading-text {
font-weight: 600;
font-weight: bold;
font-size: 16px;
line-height: 21px;
color: #595959;
@ -98,7 +98,7 @@
padding: 0px;
margin: 0px;
text-align: right;
font-weight: 500;
font-weight: bold;
font-size: 16px;
line-height: 21px;
text-align: right;
@ -117,7 +117,7 @@
padding: 0px;
margin: 0px;
text-align: left;
font-weight: 600;
font-weight: bold;
font-size: 16px;
line-height: 21px;
color: #595959;
@ -127,7 +127,7 @@
padding: 0px;
margin: 0px;
text-align: right;
font-weight: 500;
font-weight: bold;
font-size: 20px;
line-height: 21px;
color: #5851D8;