aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-11-03 22:49:56 +0100
committerdec05eba <dec05eba@protonmail.com>2022-11-03 22:49:56 +0100
commit23edd92d4a4ba8abe700a0b0edd6cfea19fbef14 (patch)
treeb296ea4e93895f4c6ff43c33d526bd8d7e781a60 /example-config.json
parent089818f9078c53de7ff9e6596eb7eb82cc8d6727 (diff)
Config: add option to set custom fonts without using system config (fontconfig)
Diffstat (limited to 'example-config.json')
-rw-r--r--example-config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/example-config.json b/example-config.json
index f217793..e6c2738 100644
--- a/example-config.json
+++ b/example-config.json
@@ -79,6 +79,12 @@
"music_directory": "~/Music",
"file_directory": "~/Downloads"
},
+ "font": {
+ "latin": "",
+ "latin_bold": "",
+ "cjk": "",
+ "symbols": ""
+ },
"use_system_fonts": false,
"use_system_mpv_config": false,
"enable_shaders": true,