diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-02-07 23:51:48 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-02-07 23:51:48 -0500 |
| commit | 4395583e920c8bc5c9143863b94eb2b3cd9d0dd0 (patch) | |
| tree | 95e93e5f7d90d275f6381cdbaa0729829ac36331 /configs | |
| parent | f85aee3773ddb90099f8053bd26609ef0ac5ad83 (diff) | |
goodness of god - added custom config
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/goodness-of-god.json | 15 |
1 files changed, 15 insertions, 0 deletions
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 + } + } + } +} |
