From c08973a9d96653dd71012d69f11e0318de9d1336 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 25 Oct 2023 13:35:11 +0200 Subject: [PATCH] fix font url param Signed-off-by: Timo K --- docs/url-params.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/url-params.md b/docs/url-params.md index 40c62044..02e5b175 100644 --- a/docs/url-params.md +++ b/docs/url-params.md @@ -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**