Skip to content

Commit 4e90bec

Browse files
committed
Use Arial as default font
1 parent 26890e9 commit 4e90bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config_default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = {
7777

7878
// Font for the file content
7979
'fontSize': 12,
80-
'fontFamily': 'Helvetica',
80+
'fontFamily': 'Arial',
8181

8282
// Paper size for the pdf
8383
// Choices are [u’a0’, u’a1’, u’a2’, u’a3’, u’a4’, u’a5’, u’a6’, u’b0’, u’b1’, u’b2’, u’b3’, u’b4’, u’b5’, u’b6’, u’legal’, u’letter’]

0 commit comments

Comments
 (0)