Add font and configuration for dompdf

This commit is contained in:
benguozakinci@gmail.com
2021-09-06 13:35:41 +03:00
parent abd55133f1
commit e72561278b
9 changed files with 45 additions and 12 deletions

Binary file not shown.

13
public/css/print.css vendored
View File

@ -1,11 +1,22 @@
@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: Arial, sans-serif;
font-family: 'Noto Sans';
color: #3c3f72;
}