summaryrefslogtreecommitdiffstats
path: root/lib/config_default.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-10-20 18:09:51 +0200
committerSamy Pessé <samypesse@gmail.com>2015-10-20 18:09:51 +0200
commit55c83f9a5909ca2d5e327215f91b09c582dd1505 (patch)
tree10971d20bc23bac114aedd62812b2cbc556a5cb3 /lib/config_default.js
parentb837d828787c6771dafe2698bd1fdf666289f672 (diff)
downloadgitbook-55c83f9a5909ca2d5e327215f91b09c582dd1505.zip
gitbook-55c83f9a5909ca2d5e327215f91b09c582dd1505.tar.gz
gitbook-55c83f9a5909ca2d5e327215f91b09c582dd1505.tar.bz2
Use helvetica by default for pdf
Diffstat (limited to 'lib/config_default.js')
-rw-r--r--lib/config_default.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/config_default.js b/lib/config_default.js
index 328531c..044ed23 100644
--- a/lib/config_default.js
+++ b/lib/config_default.js
@@ -75,8 +75,9 @@ module.exports = {
// Add page numbers to the bottom of every page
'pageNumbers': false,
- // Font size for the file content
+ // Font for the file content
'fontSize': 12,
+ 'fontFamily': 'Helvetica',
// Paper size for the pdf
// 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’]