Skip to content

Commit 9249a49

Browse files
committed
fix(glyphs): winDescent metric to be positive
Per the spec, it should be positive instead of a negative number like the others.
1 parent cb4e6bf commit 9249a49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

fonts/ServerMono.glyphs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ nhH0o_",
1717
"200%",
1818
"/.notdef",
1919
"/.notdef ▂▃▄▅▆▇█▀▔▏▎▍▌▋▊▉▐▕▖▗▘▙▚▛▜▝▞▟░▒▓●○◦◊■□▲▶▼◀▴▾◂╦╗╔═╩╝╚║╬╣╠╥╖╓┰┒┧┎┟╁┯┑┩┍┡╇╤╕╒╍╏╻┳┓┏━╸╾┉┋╺┅┇╹┻┛╿┗┃╋┫┣╅┭┵┽┲┺╊╃╮╭╯╰╌╎╳╲╱╷┬┐┌─╴╼┈┊╶┄┆╵╽┴┘└│┼┤├╆┮┶┾┱┹╉╄╨╜╙╀┸┦┚┞┖╈┷┪┙┢┕╧╛╘╫╢╟╂┨┠┿┥┝╪╡╞",
20-
"▁▂▃▄▅▆▇█▀▏▎▍▌▋▊▉▐",
21-
"◂"
20+
"▁▂▃▄▅▆▇█▀▏▎▍▌▋▊▉▐"
2221
);
2322
axes = (
2423
{
@@ -402,7 +401,7 @@ value = 900;
402401
},
403402
{
404403
name = winDescent;
405-
value = -200;
404+
value = 200;
406405
}
407406
);
408407
guides = (

0 commit comments

Comments
 (0)