mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
custom-fonts: add config file example (#74)
This commit is contained in:
parent
263adec70a
commit
6cc7101d31
|
@ -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">'`
|
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:
|
make your changes in the css file; this is the default values to get you started:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
|
|
Loading…
Reference in a new issue