mirror of https://github.com/itflow-org/itflow
Use freeserif font instead of helvetica to properly display foreign characters
This commit is contained in:
parent
9fbf775299
commit
804467b1ba
|
|
@ -1061,7 +1061,7 @@ if (isset($_POST["export_client_pdf"])) {
|
||||||
|
|
||||||
// ----- Start Main Content -----
|
// ----- Start Main Content -----
|
||||||
$pdf->AddPage();
|
$pdf->AddPage();
|
||||||
$pdf->SetFont("helvetica", "", 10);
|
$pdf->SetFont("freeserif", "", 10);
|
||||||
|
|
||||||
// Build the HTML content with enhanced styling and semantic markup
|
// Build the HTML content with enhanced styling and semantic markup
|
||||||
$html = "
|
$html = "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue