Skip to content

Commit

Permalink
Fix Font Info
Browse files Browse the repository at this point in the history
Delete Stems values with Zero
  • Loading branch information
solmatas committed Jan 26, 2024
1 parent 1770f32 commit b401955
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
10 changes: 2 additions & 8 deletions sources/MontserratSubrayada-Italic.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -2305,8 +2305,6 @@ GSOffsetVertical = -15;
};
verticalStems = (
20,
20,
20,
20
);
weight = Light;
Expand Down Expand Up @@ -2401,9 +2399,7 @@ id = "C4221BDF-4AE8-4E40-821A-B2476087DE1A";
italicAngle = 11.3;
verticalStems = (
110,
114,
110,
111
114
);
weight = SemiBold;
weightValue = 110;
Expand Down Expand Up @@ -2505,9 +2501,7 @@ GSOffsetVertical = 20;
};
verticalStems = (
236,
226,
226,
223
226
);
weight = Bold;
weightValue = 226;
Expand Down
12 changes: 3 additions & 9 deletions sources/MontserratSubrayada.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -2256,9 +2256,7 @@ GSOffsetVertical = -15;
};
verticalStems = (
20,
20,
0,
0
20
);
weight = Light;
weightValue = 20;
Expand Down Expand Up @@ -2346,9 +2344,7 @@ horizontalStems = (
id = "708134FE-A11E-43C9-84F0-594DA15B6BD1";
verticalStems = (
110,
114,
0,
0
114
);
weight = SemiBold;
weightValue = 110;
Expand Down Expand Up @@ -2449,9 +2445,7 @@ GSOffsetVertical = 20;
};
verticalStems = (
236,
226,
0,
0
226
);
weight = Bold;
weightValue = 226;
Expand Down

0 comments on commit b401955

Please sign in to comment.