Fix simplified Chinese and Korean sans-serif fallback problem #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, I've noticed that room labels are rendered in serif instead of the desired sans-serif if language is set to simplified Chinese or Korean on some os/browser (surprisingly Japanese is rendered correctly; normally if one of these goes wrong then all of them goes wrong).
As in other languages, serif fonts in Chinese are rather hard to read on digital screens, and is especially annoying when put in small clustered labels like in r6maps.
I made a small modification to ensure that Chinese and Korean characters are rendered in Noto Sans, a free cross-language sans-serif font.
Before the fix:
After the fix:
Sans-serif example in Chinese, easier to read on screen
Serif example in Chinese, easier to read on printed paper