Skip to content

Commit

Permalink
Fix folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
3846masa committed Nov 9, 2017
1 parent c6f07be commit 88d6c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/utils/generatePDF.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import { spawn } from 'child_process';
const printer = new PDFMake({
Roboto: {
normal: path.resolve(__dirname, '../../../fonts/SauceHanSerifJP-Regular.ttf'),
bold: path.resolve(__dirname, '../../../fonts/SauceHanSerifJP-Bold.ttf'),
bold: path.resolve(__dirname, '../../../fonts/SauceHanSerifJP-Heavy.ttf'),
italics: path.resolve(__dirname, '../../../fonts/SauceHanSerifJP-Regular.ttf'),
bolditalics: path.resolve(__dirname, '../../../fonts/SauceHanSerifJP-Bold.ttf'),
bolditalics: path.resolve(__dirname, '../../../fonts/SauceHanSerifJP-Heavy.ttf'),
},
});

Expand Down

0 comments on commit 88d6c68

Please sign in to comment.