adobe-fonts / adobe-fonts/source-sans
Inconsistent zero in proportional numbers & small caps
- 主要语言
- 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:

You can see the misaligned zero in the third row, second column.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。