I fetch data from mysql which contain book name (in english and hindi/marathi font).
When i tried to generate pdf (using mpdf) of some data i got below things
I tried using some css but its not working
p,
td {
font-family: freeserif;
}
I was working on live server if i use
font-family: freeserif;
in inline css then pdf dont work.
please guide me someone