Skip to content

Commit

Permalink
custom-fonts: add config file example (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Feb 25, 2024
1 parent 263adec commit 6cc7101
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/rice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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='<link rel="stylesheet" href="/customfonts.css">'`

alternatively, if you are using a config file instead of commandline args:

```yaml
[global]
html-head: <link rel="stylesheet" href="/customfonts.css">
```
make your changes in the css file; this is the default values to get you started:
```css
Expand Down

0 comments on commit 6cc7101

Please sign in to comment.