Skip to content

Commit

Permalink
fix for exported boards in pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbedouret committed Jul 12, 2023
1 parent 17dd71e commit 1e15a76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Settings/Export/Export.helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ pdfMake.vfs = pdfFonts.pdfMake.vfs;
// Add all supported fonts for languages
pdfMake.fonts = {
Khmer: {
normal: 'Khmer-Regular.ttf'
normal: 'Khmer-Regular.ttf',
bold: 'Khmer-Regular.ttf'
},
Roboto: {
normal: 'Roboto-Regular.ttf',
Expand All @@ -48,7 +49,8 @@ pdfMake.fonts = {
bold: 'Tajawal-Bold.ttf'
},
THSarabunNew: {
normal: 'THSarabunNew.ttf'
normal: 'THSarabunNew.ttf',
bold: 'THSarabunNew.ttf'
}
};

Expand Down

0 comments on commit 1e15a76

Please sign in to comment.