adobe-fonts / adobe-fonts/source-sans

Inconsistent zero in proportional numbers & small caps

未关闭
#263 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
CSS
星标
3.7k
派生
243
PR 合并指标
30 天内没有已合并 PR

描述

The zero is misaligned when using both proportional numbers and small caps.

The following LaTeX code (with `fontspec`)

```latex
{ 1234567890 \scshape 1234567890} \\
{\addfontfeatures{Numbers={OldStyle }} 1234567890 \scshape 1234567890} \\
{\addfontfeatures{Numbers={ Proportional}} 1234567890 \scshape 1234567890} \\
{\addfontfeatures{Numbers={OldStyle,Proportional}} 1234567890 \scshape 1234567890} \\
```

produces the following output:
![grafik](https://github.com/adobe-fonts/source-sans/assets/978183/c082ddda-4af1-483c-b33a-8957a7dbb199)

You can see the misaligned zero in the third row, second column.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。