Skip to content

Commit

Permalink
FB Debugging 19 - Added Postscript name and changed weight
Browse files Browse the repository at this point in the history
  • Loading branch information
redstonedesign committed Oct 2, 2024
1 parent 36b52de commit 1220f83
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sources/Parkinsans_AW_Google.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -44207,6 +44207,10 @@ instanceInterpolations = {
name = Semibold;
properties = (
{
key = postscriptFontName;
value = "ParkinsansSemibold-Regular";
},
{
key = postscriptFullNames;
values = (
{
Expand Down Expand Up @@ -44243,7 +44247,6 @@ value = "Parkinsans Semibold";
);
}
);
weightClass = 600;
},
{
axesValues = (
Expand Down Expand Up @@ -44297,6 +44300,10 @@ instanceInterpolations = {
name = Extrabold;
properties = (
{
key = postscriptFontName;
value = "ParkinsansExtrabold-Regular";
},
{
key = postscriptFullNames;
values = (
{
Expand Down Expand Up @@ -44333,7 +44340,6 @@ value = "Parkinsans Extrabold";
);
}
);
weightClass = 800;
}
);
metrics = (
Expand Down

0 comments on commit 1220f83

Please sign in to comment.