From d2738b8916aee4a28e59f7ae0b6243b13c048c15 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 20 Mar 2024 10:43:19 -0400 Subject: global change to title and subtitle size and spacing --- config.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index c9020a0..98bf27f 100644 --- a/config.json +++ b/config.json @@ -11,8 +11,8 @@ }, "pdf": { "columnspace": 35, - "margintop": 70, - "headspace": 50, + "margintop": 30, + "headspace": 30, "marginleft": 10, "marginright": 0, "spacing": { @@ -63,7 +63,8 @@ "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" }, "subtitle": { - "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" + "file": "/usr/share/fonts/TTF/DejaVuSans.ttf", + "size": 9 }, "tab": { "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" @@ -73,7 +74,7 @@ }, "title": { "file": "/usr/share/fonts/TTF/DejaVuSans-Bold.ttf", - "size": 14 + "size": 11 }, "toc": { "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" -- cgit v1.2.3