Can Any one help me please,
I'm using DOMPDF and it's working good but not with the Arabic characters. It shows these (???)
I tried using :
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
in the head tag , also :
<style type="text/css">
html,body{
font-family: 'tahoma' ;
}
</style>
but it's not working. Please help me with this Thanks in Advance :)
Use below style in your html
<style>
* { font-family: DejaVu Sans, sans-serif; }
</style>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With