From d14f96048d30b0f536f59b70bf999d4d6e9bb0d0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 16 Sep 2023 01:30:16 +0200 Subject: Update example config (and some other minor changes) --- example-config.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example-config.json') diff --git a/example-config.json b/example-config.json index a8f3aa0..5c220ec 100644 --- a/example-config.json +++ b/example-config.json @@ -102,6 +102,9 @@ }, // 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. + // Example font name: "DejaVu Sans" + // Example bold font name: "DejaVu Sans:bold" + // The config "use_system_fonts" has to be set to false to use these font configs. "font": { "latin": "", "latin_bold": "", -- cgit v1.2.3