mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
@@ -141,10 +141,13 @@ lang: string | null;
|
|||||||
```
|
```
|
||||||
|
|
||||||
**fonts**
|
**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**
|
**fontScale**
|
||||||
|
|||||||
Reference in New Issue
Block a user