fix(ui): Corrects font family in contentinvoice element.

This commit is contained in:
2024-12-05 19:31:17 +01:00
parent 23031d06b7
commit dead3eeaec
4 changed files with 8 additions and 4 deletions

View File

@ -59,7 +59,7 @@ export class DeContentInvoice extends DeesElement {
css`
:host {
color: #333;
font-family: inherit;
font-family: 'Exo 2';
}
.trimmedContent {
@ -215,7 +215,6 @@ export class DeContentInvoice extends DeesElement {
.lineItem {
font-size: 12px;
padding: 5px;
font-family: 'Dees Code', monospace;
border-right: 1px dashed #ccc;
}