mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-04-17 05:36:58 -04:00
The recording server uses a browser to join the call and records the browser UI, which renders text like the display name of users or the name of the Nextcloud instance. By default Firefox provides its own font but, even if broad, it still has limited character coverage, so the unsupported characters are shown as ".notdef" glyph (rectangular boxes). Fortunately Firefox also uses more complete fonts automatically when they are available, so now the noto font, which seems to be the most complete font available in Alpine Linux, is installed and used instead. Note that "font-noto-cjk" provides regular and bold fonts, while "font-noto-cjk-extra" provides all weights. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>