nurdism / neko

A self hosted virtual browser (rabb.it clone) that runs in docker.
Apache License 2.0
2.03k stars 186 forks source link

[FEATURE] CJK font support on browser #82

Open joshuatly opened 4 years ago

joshuatly commented 4 years ago

Is your feature request related to a problem? Please describe. I hope by default the docker container running browser will have CJK support, so when I browse to chinese/japanese website it will show it

Describe the solution you'd like I think it might be as simple as installing fonts-noto-cjk when building your image

Describe alternatives you've considered Alternative to this, is to install fonts-noto-cjk on your docker host, then mount your font volume by adding:

    volumes:
      - /usr/share/fonts:/usr/share/fonts

Thanks for your hard work.