m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.98k stars 449 forks source link

Missing fonts cause many unicode characters to not render correctly #179

Closed Apt1tude closed 2 years ago

Apt1tude commented 2 years ago

The docker images for Neko seems to be missing support for a lot of unicode characters, causing Chinese/Japanese to not render correctly. Can we have the fonts-wqy-zenhei package added to the base image (I can open a PR assuming this is something we want to do)? It provides fairly comprehensive support for Asian languages and would greatly improve i18n.

m1k1o commented 2 years ago

We already added fonts-takao-mincho in https://github.com/m1k1o/neko/commit/4d4485ab6d765905f71facf1317c408fe62d882f hoping that support for Asian languages would improve. But we can add this as well.