diff options
| -rw-r--r-- | configs/fresh-wind.json | 21 |
1 files 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 + } } |
