fix(ui): Corrects font family in contentinvoice element.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user