diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-05-23 22:04:17 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-05-23 22:04:17 -0400 |
| commit | 9aa23b74c167d84669db2c5ba42632d767f5ae91 (patch) | |
| tree | 8ee8a745a806ba6bd2452fc5a087eb9cfaa2b33c /configs | |
| parent | b068325d965b8c09bd94edd68c6d1bc6bc6d1666 (diff) | |
living hope - created and formatted
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/living-hope.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/configs/living-hope.json b/configs/living-hope.json new file mode 100644 index 0000000..fb8600d --- /dev/null +++ b/configs/living-hope.json @@ -0,0 +1,24 @@ +{ + "pdf": { + "fonts": { + "chord": { + "size": 12 + }, + "text": { + "size": 11 + }, + "comment": { + "size": 12 + }, + "title": { + "size": 12 + } + }, + "columnspace": 5, + "marginleft": 25, + "marginright": 25 + }, + "settings": { + "columns": 2 + } +} |
