adobe-fonts / adobe-fonts/source-sans
Inconsistent zero in proportional numbers & small caps
- Langage dominant
- CSS
- Étoiles
- 3.7k
- Forks
- 243
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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:

You can see the misaligned zero in the third row, second column.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.