fix missing mirrored kerning class use in italic
This commit is contained in:
parent
bf03691143
commit
c580411f4d
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
glyphname = lambda;
|
||||
kernLeft = lambda;
|
||||
kernRight = A;
|
||||
layers = (
|
||||
{
|
||||
background = {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
glyphname = seven;
|
||||
kernLeft = seven;
|
||||
kernRight = seven;
|
||||
layers = (
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue