nurdism/neko

[FEATURE] CJK font support on browser

joshuatly opened this issue · 0 comments

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.