google / fonts

Font files available from Google Fonts, and a public issue tracker for all things Google Fonts
https://fonts.google.com
18.26k stars 2.62k forks source link

Noto Serif SC and TC are missing some glyphs #4990

Open refparo opened 2 years ago

refparo commented 2 years ago

Describe the bug Noto Serif SC and TC are missing some glyphs. One example is U+8E4F (蹏), several code points around U+8E4F are also missing, and there might be many more. These glyphs are present in the OTF version from googlefonts/noto-cjk, but are missing in the version provided by Google Fonts.

To Reproduce

<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap">
</head>
<body style="font-family: 'Noto Serif SC', serif;">蹏</body>

The character is displayed using the system font.

Expected behavior The character should be displayed with Noto Serif SC font from Google Fonts.

Screenshots Reproduce: showing SimSun from Windows 图片 Expected: (OTF version of Noto Serif SC installed on the system) 图片

Additional context Firefox 102.0.1 (probably irrelevant)

refparo commented 2 years ago

Extra note: these glyphs are also present in Noto Serif JP and KR from Google Fonts.

NightFurySL2001 commented 2 years ago

It should be noted that 蹏 is not used in SC (not in GB2312/GBK) and TC (actually is TW, not in Big5). You might want to try Noto Serif **CJK** SC/TC which contains this character. There should be a version 2 that is going to have HK variant which will contain 蹏 as it is included in the HKSCS set.

Also, CJK fonts error can be reported at https://github.com/googlefonts/noto-cjk, or its main development repo https://github.com/adobe-fonts/source-han-serif