mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 21:04:50 +00:00
Use freeserif font instead of helvetica to properly display foreign characters
This commit is contained in:
@@ -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 = "
|
||||||
|
|||||||
Reference in New Issue
Block a user