linuxserver / docker-chromium

Web accessible Chromium inside an Debian Container
GNU General Public License v3.0
110 stars 35 forks source link

[Font] is there any solution to support chinese font? #9

Closed luyufan498 closed 1 year ago

luyufan498 commented 1 year ago

Is this a new feature request?

Wanted change

I want to access some page with with chinese font. But it looks like this image Is there any varible like ENABLE_CJK_FONT=1?

Reason for change

It should benfit users who want to access chinese website.

Proposed code change

No response

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

thespad commented 1 year ago

Have a look at https://github.com/linuxserver/docker-mods/tree/universal-internationalization

luyufan498 commented 1 year ago

Have a look at https://github.com/linuxserver/docker-mods/tree/universal-internationalization

thanks, it works