diff --git a/svc/routes/statement_header_pdf.go b/svc/routes/statement_header_pdf.go index 8c40972..78093af 100644 --- a/svc/routes/statement_header_pdf.go +++ b/svc/routes/statement_header_pdf.go @@ -52,7 +52,7 @@ var hMainWbase = []float64{ // Font dosyaları const ( hFontFamilyReg = "dejavu" - hFontFamilyBold = "dejavu-b" + hFontFamilyBold = "dejavu" ) // Renkler diff --git a/svc/routes/statements_pdf.go b/svc/routes/statements_pdf.go index 987a164..480d693 100644 --- a/svc/routes/statements_pdf.go +++ b/svc/routes/statements_pdf.go @@ -78,7 +78,7 @@ var dWbase = []float64{ // Font dosyaları const ( fontFamilyReg = "dejavu" - fontFamilyBold = "dejavu-b" + fontFamilyBold = "dejavu" ) // Kurumsal renkler