adobe-fonts / adobe-fonts/source-sans
Inconsistent zero in proportional numbers & small caps
- Linguagem predominante
- CSS
- Estrelas
- 3.7k
- Forks
- 243
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.