mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 12:54:51 +00:00
Use freeserif font instead of helvetica to properly display foreign characters
This commit is contained in:
@@ -1066,7 +1066,7 @@ if (isset($_POST["export_client_pdf"])) {
|
|||||||
// Build the HTML content with enhanced styling and semantic markup
|
// Build the HTML content with enhanced styling and semantic markup
|
||||||
$html = "
|
$html = "
|
||||||
<style>
|
<style>
|
||||||
body { font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
|
body { font-family: sans-serif; margin: 0; padding: 0; }
|
||||||
.cover { text-align: center; margin-top: 50px; margin-bottom: 30px; }
|
.cover { text-align: center; margin-top: 50px; margin-bottom: 30px; }
|
||||||
.cover h1 { font-size: 28px; color: #000; margin-bottom: 10px; }
|
.cover h1 { font-size: 28px; color: #000; margin-bottom: 10px; }
|
||||||
.cover h2 { font-size: 20px; color: #000; margin-bottom: 10px; }
|
.cover h2 { font-size: 20px; color: #000; margin-bottom: 10px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user