Chinese and japanese characters available ininvoices pdf

This commit is contained in:
benguozakinci@gmail.com
2021-09-07 12:17:01 +03:00
parent e72561278b
commit c36c9c63e6
11 changed files with 188 additions and 46 deletions

Binary file not shown.

Binary file not shown.

13
public/css/print.css vendored
View File

@ -1,22 +1,11 @@
@charset "UTF-8";
/*--General Start--*/
@font-face {
font-family: 'Noto Sans';
src: url("public/fonts/NotoSans-Regular.ttf") format("truetype");
}
* {
font-family: 'Noto Sans', sans-serif !important;
}
body
{
margin: 0;
padding: 0;
font-family: 'Noto Sans';
font-family: Arial, sans-serif;
color: #3c3f72;
}