From 38b19ac77efe84d4508b644522bdfa383c9dffd9 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 18 Jan 2023 14:18:34 -0500 Subject: use serif font for chords and annotations --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 4c0615c..2cc24ac 100644 --- a/config.json +++ b/config.json @@ -16,10 +16,10 @@ }, "fonts": { "annotation": { - "file": "/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf" + "file": "/usr/share/fonts/TTF/DejaVuSerif-BoldItalic.ttf" }, "chord": { - "file": "/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf", + "file": "/usr/share/fonts/TTF/DejaVuSerif-BoldItalic.ttf", "size": 11 }, "comment": { -- cgit v1.2.3