Merge pull request #720 from c01o/patch-1

Add cjk fonts for firefox
This commit is contained in:
aptalca
2023-06-09 20:53:13 -04:00
committed by GitHub
@@ -5,6 +5,7 @@ if ! apk info --installed ttf-dejavu >/dev/null; then
echo "\
ttf-dejavu \
font-noto-emoji \
font-noto-cjk \
font-croscore" >> /mod-repo-packages-to-install.list
else
echo "**** Firefox-fonts packages already installed, skipping ****"