adobe-fonts / adobe-fonts/source-sans

Inconsistent zero in proportional numbers & small caps

Open
#263 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
CSS
Stars
3.7k
Forks
243
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.