Skip to content

Commit

Permalink
FB Debugging 20
Browse files Browse the repository at this point in the history
  • Loading branch information
redstonedesign committed Oct 2, 2024
1 parent 1220f83 commit 4edb8bf
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions sources/Parkinsans_AW_Google.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -44238,13 +44238,22 @@ value = Semibold;
);
},
{
key = styleMapStyleNames;
key = styleMapFamilyNames;
values = (
{
language = dflt;
value = "Parkinsans Semibold";
}
);
},
{
key = styleMapStyleNames;
values = (
{
language = dflt;
value = Regular;
}
);
}
);
},
Expand Down Expand Up @@ -44331,13 +44340,22 @@ value = Extrabold;
);
},
{
key = styleMapStyleNames;
key = styleMapFamilyNames;
values = (
{
language = dflt;
value = "Parkinsans Extrabold";
}
);
},
{
key = styleMapStyleNames;
values = (
{
language = dflt;
value = Regular;
}
);
}
);
}
Expand Down

0 comments on commit 4edb8bf

Please sign in to comment.