Some character problem is fixed

This commit is contained in:
Batuhan Baş 2018-11-17 12:25:49 +03:00
parent 2f6980b5d3
commit 8b5fd52d3d
2 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,12 @@
<link rel="stylesheet" href="{{ asset('public/css/invoice.css?v=' . version('short')) }}">
<style type="text/css">
*{
font-family: DejaVu Sans;
}
</style>
@stack('css')
@stack('stylesheet')

View File

@ -11,6 +11,12 @@
<link rel="stylesheet" href="{{ asset('public/css/invoice.css?v=' . version('short')) }}">
<style type="text/css">
*{
font-family: DejaVu Sans;
}
</style>
@stack('css')
@stack('stylesheet')