linuxserver / docker-firefox

GNU General Public License v3.0
159 stars 40 forks source link

[FEAT]Great images,but we need Chinese/Korea/Japanese font support #36

Closed SoraKasvgano closed 1 year ago

SoraKasvgano commented 1 year ago

Is this a new feature request?

Wanted change

Support Extra Chinese/Korean/Japanese font.

Reason for change

Thanks for this great things...

but i found it can't show the full text ,when the website is Japanese/Chinese/Korea,every word is a "cube".....

I searched github ,and found jlesage/firefox offer a solution is to download extra font support. but i can't deploy this container because of some error....looks like the community has removed that package, It's better to pre-download this font in the image to avoid downloading failure.

So, could we support extra Font in the next version?

Thanks!

Proposed code change

ENABLE_CJK_FONT | When set to 1, open-source computer font WenQuanYi Zen Hei is installed. This font contains a large range of Chinese/Japanese/Korean characters. | 0 -- | -- | --
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.

Roxedus commented 1 year ago

This mod adds a CJK font https://github.com/linuxserver/docker-mods/tree/firefox-fonts

SoraKasvgano commented 1 year ago

This mod adds a CJK font https://github.com/linuxserver/docker-mods/tree/firefox-fonts

thanks dude....