subframe7536/maple-font

CN only character variants have not effect

Open

#358 opened on Mar 13, 2025

View on GitHub
 (2 comments) (1 reaction) (0 assignees)CSS (34 forks)batch import
Help Wanted

Repository metrics

Stars
 (2,290 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When has prefix or suffix non-CJK characters, the CN only character variants (cv96 ~ cv99) have not effect.

如果存在前置或者后置的西文字母,中文独占的特性(cv96 ~ cv99)将会失效

Temporary solution: build with --feat cv96 to freeze the feature.

临时解决方法:强制开启特性,如:构建时添加 --feat cv96 参数

Reported in #357

Image

Contributor guide