diff options
-rw-r--r-- | example-config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example-config.json b/example-config.json index 2c47264..40e640b 100644 --- a/example-config.json +++ b/example-config.json @@ -100,6 +100,8 @@ "music_directory": "~/Music", "file_directory": "~/Downloads" }, + // Font names should either be the full filepath to the font file or the font name. If font name is used then the fc-match command is used + // to find the font file that matches that font name. "font": { "latin": "", "latin_bold": "", |