Invoice system working
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user