Windows ships the Simplified Chinese, Traditional Chinese, and Korean fonts with English Windows, but not Japanese
...?
Windows ships the Simplified Chinese, Traditional Chinese, and Korean fonts with English Windows, but not Japanese
...?
@unascribed to the best of my knowledge, the smallest "complete" multi-region CJK font that exists is the woff2 format version of Source Han Sans Variable: https://github.com/adobe-fonts/source-han-sans/blob/release/Variable/WOFF2/OTF/SourceHanSans-VF.otf.woff2
But that relies on so many pieces of very new font tech - variable fonts, language variant glyphs, woff2 compression - that it's not really usable outside of the web :/
(Source Han Sans is the upstream for the Noto Sans CJK fonts)
@unascribed yeah, and on Linux fontconfig supports them too - you can just drop this woff2 in your fonts directory and it'll work.
Annoyingly, some linux distros are still shipping the separate static font instances for noto, so you might have several hundred mb of cjk fonts installed when you really only need a few 10s of mb at most.
@unascribed oh, apparently I'm mistaken on that. Looks like the woff2 format doesn't do "collection" fonts, so they're single-language (the one I linked is Japanese-only).
The actual smallest multi-language font is https://github.com/adobe-fonts/source-han-sans/blob/release/Variable/OTC/SourceHanSans-VF.otf.ttc (32MB)