Skip to content

Commit ac0f65d

Browse files
committed
fix font
1 parent ddcf2bf commit ac0f65d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

resources/views/default/invoice.blade.php

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,15 @@
184184
<table class="mb-5 w-full">
185185
<thead>
186186
<tr>
187-
<th class="border-b py-2 pr-2 text-left">{{ __('invoices::invoice.description') }}</th>
188-
<th class="border-b p-2 text-left">{{ __('invoices::invoice.quantity') }}</th>
189-
<th class="border-b p-2 text-left">{{ __('invoices::invoice.unit_price') }}</th>
187+
<th class="whitespace-nowrap border-b py-2 pr-2 text-left">
188+
{{ __('invoices::invoice.description') }}</th>
189+
<th class="whitespace-nowrap border-b p-2 text-left">{{ __('invoices::invoice.quantity') }}</th>
190+
<th class="whitespace-nowrap border-b p-2 text-left">{{ __('invoices::invoice.unit_price') }}</th>
190191
@if ($displayTaxColumn)
191-
<th class="border-b p-2 text-left">{{ __('invoices::invoice.tax') }}</th>
192+
<th class="whitespace-nowrap border-b p-2 text-left">{{ __('invoices::invoice.tax') }}</th>
192193
@endif
193-
<th class="border-b py-2 pl-2 text-right">{{ __('invoices::invoice.amount') }}</th>
194+
<th class="whitespace-nowrap border-b py-2 pl-2 text-right">{{ __('invoices::invoice.amount') }}
195+
</th>
194196
</tr>
195197
</thead>
196198
<tbody>

resources/views/default/style.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
margin: 0;
44
line-height: 1.5;
55
tab-size: 4;
6-
font-family: "Helvetica", "Courier", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
6+
font-family: "DejaVu Sans", "Courier", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
77
font-feature-settings: normal;
88
font-variation-settings: normal;
99
}

0 commit comments

Comments
 (0)