From 4395583e920c8bc5c9143863b94eb2b3cd9d0dd0 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 7 Feb 2023 23:51:48 -0500 Subject: goodness of god - added custom config --- configs/goodness-of-god.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/goodness-of-god.json (limited to 'configs') diff --git a/configs/goodness-of-god.json b/configs/goodness-of-god.json new file mode 100644 index 0000000..d2f16e5 --- /dev/null +++ b/configs/goodness-of-god.json @@ -0,0 +1,15 @@ +{ + "pdf": { + "fonts": { + "chord": { + "size": 10 + }, + "comment": { + "size": 12 + }, + "title": { + "size": 12 + } + } + } +} -- cgit v1.2.3