summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-10-12 14:15:41 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-10-12 14:15:41 -0400
commitd34a6ceb221307c84c7b18f11bf19b25a34ceea5 (patch)
tree224c5afb8781f86f35846951c4f66576148b3938 /configs
parent59b171cd6a4ad4c9e836c0e7da8884ccc01f5a8c (diff)
fresh wind - untested config.json changes - revisit this
Diffstat (limited to 'configs')
-rw-r--r--configs/fresh-wind.json21
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
+ }
}