fix font url param

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2023-10-25 13:35:11 +02:00
parent 6e44b084d7
commit c08973a9d9

View File

@@ -141,10 +141,13 @@ lang: string | null;
```
**fonts**
The fonts which the interface should use, if not empty.
The font/fonts which the interface should use.
There can be multiple font url parameters: `?font=font-one&font=font-two...`
```
fonts: string[];
font: string;
font: string;
...
```
**fontScale**