adobe-fonts / adobe-fonts/source-sans
Inconsistent zero in proportional numbers & small caps
- Lenguaje dominante
- CSS
- Estrellas
- 3.7k
- Forks
- 243
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.