All previews use only the bundled font — no fallback stack.
Verification checks the font file and confirms the browser is rendering from it (no swap).
Serve locally: python3 -m http.server 8000 ·
Live: notosans-glyph-test.pages.dev
NotoSans can look similar to your system Japanese font — that is normal. This test compares pixel data, not appearance. If the browser matches the .ttf file and differs from the system font, it is definitively using the bundled font.
| Key | English | Japanese | Verification |
|---|
These appeared as separate rows in your source data — likely translation errors, not font issues.
| String | Rendered | Verification |
|---|
NotoSans CN JP with correct subfamilies (Light / Regular / Medium).
Use the V3 files in this folder — older V2-fixed files have been removed.
.ttf with QFontDatabase::addApplicationFont()QFontDatabase::applicationFontFamilies(id)Light / Regular / Medium — use family NotoSans CN JPQString::fromUtf8 / translation file encoding)QFont::NoFontMerging (Qt 6) or verify with QFontInfo(font).family()V3-qt-fixed.ttf files, not an older subsetDownload verification report with all character codes and font metadata.