Answer the question
In order to leave comments, you need to log in
Are there any web fonts with full character support (Korean, Chinese, Japanese glyphs)?
The bottom line is that characters of different languages must be on the same page at the same time.
Answer the question
In order to leave comments, you need to log in
As for all characters, I don't know.
But here's what's from Google:
https://www.google.com/get/noto/help/cjk/
And the same under the Adobe brand:
https://github.com/adobe-fonts/source-han-sans /
CSS has such a thing as unicode-range. In short: a font is sliced into many pieces, each serving a different portion of the Unicode character range. Depending on the characters that are on the page, the browser will load only the necessary font files, avoiding unused ones. This is how Google Fonts works, you can do it yourself, but it's pretty painful. In older browsers there were problems, in all modern ones this thing works without problems. In your case, it might make sense to download all the ranges from Google Fonts for the Noto font and serve them from your own domain.
I recommend reading about unicode-range and much more here: https://developers.google.com/web/fundamentals/per...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question