Skip to content

Noto Serif CJK SC font version is outdated on typst.app #920

Description

@joseph-tao

Description

Description:

The web app bundles Noto Serif CJK SC version 2.001, which is known to have glyph mapping errors for characters like 允 (U+5141) and 博 (U+535A) (see notofonts/noto-cjk#314 and related closed issue). The same code compiles correctly with a newer local version. Please update the font to the latest release to fix these rendering problems.

Reproducible code:

#let font-list = (
  "Noto Serif CJK SC",
)

#set text(size: 32pt)

#for f in font-list [
  #f: 
  #text(
    font: f,
  )[允] \
]

Related discussion: Font rendering/Glyph issue with Noto Serif CJK SC on Web App due to an outdated font

Additionally, other users have confirmed that the issue is reproducible, so the environment is not limited to Firefox or Linux.

Reproduction URL

No response

Browsers

Firefox

OS

Linux

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    fontsFonts in the app.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions