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

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