summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-10-21 15:54:45 +0200
committerSamy Pessé <samypesse@gmail.com>2015-10-21 15:54:45 +0200
commit4e90becd525e88905c44d3f8a3984885c7c9014d (patch)
treebe5f0d2e1b8b932da5d03e11bfc5a98bcb9c8bfe
parent26890e94eb0318fe157169e2b32b05194c525c47 (diff)
downloadgitbook-4e90becd525e88905c44d3f8a3984885c7c9014d.zip
gitbook-4e90becd525e88905c44d3f8a3984885c7c9014d.tar.gz
gitbook-4e90becd525e88905c44d3f8a3984885c7c9014d.tar.bz2
Use Arial as default font
-rw-r--r--lib/config_default.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config_default.js b/lib/config_default.js
index 044ed23..604003d 100644
--- a/lib/config_default.js
+++ b/lib/config_default.js
@@ -77,7 +77,7 @@ module.exports = {
// Font for the file content
'fontSize': 12,
- 'fontFamily': 'Helvetica',
+ 'fontFamily': 'Arial',
// 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’]