From 7e54a3462574e67be370b36b4ccec2b10db3bb00 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 18 Dec 2023 21:57:22 -0500 Subject: change default font sizes --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index f4267fd..c9020a0 100644 --- a/config.json +++ b/config.json @@ -13,8 +13,8 @@ "columnspace": 35, "margintop": 70, "headspace": 50, - "marginleft": 25, - "marginright": 25, + "marginleft": 10, + "marginright": 0, "spacing": { "lyrics": 1.4 }, @@ -31,7 +31,7 @@ }, "comment": { "file": "/usr/share/fonts/TTF/DejaVuSerif-Bold.ttf", - "size": 16, + "size": 14, "background": "white", "color": "black" }, @@ -73,7 +73,7 @@ }, "title": { "file": "/usr/share/fonts/TTF/DejaVuSans-Bold.ttf", - "size": 16 + "size": 14 }, "toc": { "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" -- cgit v1.2.3