From a9a7e087ce60afc7c607b50108bbb2c3c05c447d Mon Sep 17 00:00:00 2001 From: David Asabina Date: Mon, 11 Jan 2021 12:18:20 +0100 Subject: [PATCH] chore: Resize text to improve PDF readability https://developpaper.com/gitbook-related-configuration-and-optimization/ --- book.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index f194202b..deab16d8 100644 --- a/book.json +++ b/book.json @@ -6,5 +6,17 @@ "plugins": [ "exercises@git+https://github.com/MostlyAdequate/plugin-exercises.git", "include-codeblock@3.1.2" - ] + ], + "pdf": { + "pageNumbers": true, + "fontFamily": "Arial", + "fontSize": 20, + "paperSize": "a4", + "margin": { + "right": 62, + "left": 62, + "top": 56, + "bottom": 56 + } + } }