Skip to content

Commit

Permalink
Revert "Remove unnecessary axis locations"
Browse files Browse the repository at this point in the history
This reverts commit efd0660.
  • Loading branch information
simoncozens committed May 7, 2024
1 parent efd0660 commit 1ef3a76
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions sources/BriemHand.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -125356,6 +125356,15 @@ customParameters = (
{
name = "Use Typo Metrics";
value = 1;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 100;
}
);
}
);
name = Thin;
Expand All @@ -125369,6 +125378,15 @@ customParameters = (
{
name = "Use Typo Metrics";
value = 1;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 200;
}
);
}
);
name = ExtraLight;
Expand All @@ -125382,6 +125400,15 @@ customParameters = (
{
name = "Use Typo Metrics";
value = 1;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 300;
}
);
}
);
name = Light;
Expand All @@ -125395,6 +125422,15 @@ customParameters = (
{
name = "Use Typo Metrics";
value = 1;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 400;
}
);
}
);
name = Regular;
Expand All @@ -125407,6 +125443,15 @@ customParameters = (
{
name = "Use Typo Metrics";
value = 1;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 500;
}
);
}
);
name = Medium;
Expand All @@ -125420,6 +125465,15 @@ customParameters = (
{
name = "Use Typo Metrics";
value = 1;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 600;
}
);
}
);
name = SemiBold;
Expand All @@ -125433,6 +125487,15 @@ customParameters = (
{
name = "Use Typo Metrics";
value = 1;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 700;
}
);
}
);
isBold = 1;
Expand All @@ -125447,6 +125510,15 @@ customParameters = (
{
name = "Use Typo Metrics";
value = 1;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 800;
}
);
}
);
name = ExtraBold;
Expand All @@ -125460,6 +125532,15 @@ customParameters = (
{
name = "Use Typo Metrics";
value = 1;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 900;
}
);
}
);
name = Black;
Expand Down

0 comments on commit 1ef3a76

Please sign in to comment.