From 59025fef53d2ef694d3c7db36d543fbcc0623edd Mon Sep 17 00:00:00 2001 From: felix920506 Date: Sat, 21 Oct 2023 14:43:25 -0400 Subject: [PATCH 1/2] Improve fallback fonts documentation (#703) --- docs/general/administration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/administration/configuration.md b/docs/general/administration/configuration.md index 37718529c..9f0a5625b 100644 --- a/docs/general/administration/configuration.md +++ b/docs/general/administration/configuration.md @@ -121,7 +121,7 @@ The system fonts installed on the client devices are used to display the text in ### Fallback Fonts -The `Fallback Fonts` option is currently used by the web client to render subtitles only. This can be set to a folder containing fonts for this purpose. Lightweight formats optimized for web like woff2 are recommended. A tool to convert normal TrueType (`.ttf`) and OpenType (`.otf`) fonts to woff2 can be found [in their repo](https://github.com/google/woff2). +The `Fallback Fonts` option is currently used by the web client to render subtitles only. This can be set to a folder containing fonts for this purpose. These fonts are limited to a total size of 20MB. Lightweight formats optimized for web like woff2 are recommended. A tool to convert normal TrueType (`.ttf`) and OpenType (`.otf`) fonts to woff2 can be found [in their repo](https://github.com/google/woff2). ### Downloading Fonts From 71059c0561a753adac4dc4fb35ba132fe1c8664d Mon Sep 17 00:00:00 2001 From: Benjamin Elliot Date: Sat, 21 Oct 2023 14:43:54 -0400 Subject: [PATCH 2/2] Fix Typo (#712) --- docs/general/quick-start/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/quick-start/windows.md b/docs/general/quick-start/windows.md index 502485a29..0446ed338 100644 --- a/docs/general/quick-start/windows.md +++ b/docs/general/quick-start/windows.md @@ -265,4 +265,4 @@ A reverse proxy is a server that sits in front of other services and forwards cl ## External References -* [Official Caddyy Documentation](https://caddyserver.com/docs/) +* [Official Caddy Documentation](https://caddyserver.com/docs/)