From d34a6ceb221307c84c7b18f11bf19b25a34ceea5 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 12 Oct 2023 14:15:41 -0400 Subject: fresh wind - untested config.json changes - revisit this --- configs/fresh-wind.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/configs/fresh-wind.json b/configs/fresh-wind.json index 7d8cb9f..c8c6de8 100644 --- a/configs/fresh-wind.json +++ b/configs/fresh-wind.json @@ -1,5 +1,20 @@ { - "pdf": { - "columnspace": 15 - } + "pdf": { + "fonts": { + "chord": { + "size": 10 + }, + "text": { + "size": 11 + }, + "comment": { + "size": 12 + }, + "title": { + "size": 12 + } + }, + "marginleft": 0, + "marginright": 0 + } } -- cgit v1.2.3