From 6cc7101d317ef41e82186cceff2a80ff3f244e25 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 25 Feb 2024 00:15:57 +0000 Subject: [PATCH] custom-fonts: add config file example (#74) --- docs/rice/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/rice/README.md b/docs/rice/README.md index a4943f2a..e5f318d2 100644 --- a/docs/rice/README.md +++ b/docs/rice/README.md @@ -4,6 +4,13 @@ to change the fonts in the web-UI, first create a css file with your customizat add this to your copyparty config so the css file gets loaded: `--html-head=''` +alternatively, if you are using a config file instead of commandline args: + +```yaml +[global] + html-head: +``` + make your changes in the css file; this is the default values to get you started: ```css