Invoice system working

This commit is contained in:
twotalesanimation
2025-12-30 22:10:30 +02:00
parent e8e9b1f03c
commit 94b90f603d
36 changed files with 6523 additions and 53 deletions
@@ -11,10 +11,6 @@
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
color: #333;
@@ -39,7 +35,7 @@
}
.company-info h1 {
font-family: 'AbrilFatface';
font-family: Abril Fatface;
font-size: 36px;
color: #1a1a1a;
margin-bottom: 10px;
@@ -244,9 +240,6 @@
.page-break {
page-break-after: always;
}
* {
font-family: AbrilFatface !important;
}
</style>
</head>