diff --git a/.gitignore b/.gitignore index cf43e103bb18..62b2fec899b7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,6 @@ Thumbs.db /.env /.env.development.php /.env.php -/composer.lock /error_log /auth.json diff --git a/storage/templates/bold.js b/storage/templates/bold.js index 361b0f5c1a58..a036f90c1639 100644 --- a/storage/templates/bold.js +++ b/storage/templates/bold.js @@ -239,6 +239,13 @@ "termsLabel": { "bold": true, "margin": [0, 0, 0, 4] + }, + "header": { + "fontSize": "$fontSizeLargest", + "bold": true + }, + "subheader": { + "fontSize": "$fontSizeLarger" } }, "pageMargins": [0, 80, 0, 40] diff --git a/storage/templates/clean.js b/storage/templates/clean.js index 6ebd34f40ade..595a256fe2a3 100644 --- a/storage/templates/clean.js +++ b/storage/templates/clean.js @@ -185,7 +185,14 @@ }, "termsLabel": { "bold": true - } + }, + "header": { + "fontSize": "$fontSizeLargest", + "bold": true + }, + "subheader": { + "fontSize": "$fontSizeLarger" + } }, "pageMargins": [40, 40, 40, 60] } \ No newline at end of file diff --git a/storage/templates/modern.js b/storage/templates/modern.js index 74e37bf4ac1e..7ca76715e3f2 100644 --- a/storage/templates/modern.js +++ b/storage/templates/modern.js @@ -230,8 +230,14 @@ }, "invoiceNumber": { "bold": true + }, + "header": { + "fontSize": "$fontSizeLargest", + "bold": true + }, + "subheader": { + "fontSize": "$fontSizeLarger" } - }, "pageMargins": [40, 80, 40, 50] } \ No newline at end of file diff --git a/storage/templates/plain.js b/storage/templates/plain.js index 49a51571ca35..fa034ff51270 100644 --- a/storage/templates/plain.js +++ b/storage/templates/plain.js @@ -152,6 +152,13 @@ }, "balanceDue": { "fillColor": "#e6e6e6" + }, + "header": { + "fontSize": "$fontSizeLargest", + "bold": true + }, + "subheader": { + "fontSize": "$fontSizeLarger" } }, "pageMargins": [40, 40, 40, 60]