Some character problem is fixed
This commit is contained in:
parent
2f6980b5d3
commit
8b5fd52d3d
@ -11,6 +11,12 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/invoice.css?v=' . version('short')) }}">
|
<link rel="stylesheet" href="{{ asset('public/css/invoice.css?v=' . version('short')) }}">
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
*{
|
||||||
|
font-family: DejaVu Sans;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
@stack('css')
|
@stack('css')
|
||||||
|
|
||||||
@stack('stylesheet')
|
@stack('stylesheet')
|
||||||
|
@ -11,6 +11,12 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/invoice.css?v=' . version('short')) }}">
|
<link rel="stylesheet" href="{{ asset('public/css/invoice.css?v=' . version('short')) }}">
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
*{
|
||||||
|
font-family: DejaVu Sans;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
@stack('css')
|
@stack('css')
|
||||||
|
|
||||||
@stack('stylesheet')
|
@stack('stylesheet')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user