-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #328 from linebender/accept-always-on-rules
Accept empty condition sets
- Loading branch information
Showing
4 changed files
with
65 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<designspace format="4.1"> | ||
<axes> | ||
<axis tag="wdth" name="width" minimum="0" maximum="1000" default="0"/> | ||
<axis tag="wght" name="weight" minimum="0" maximum="1000" default="0"/> | ||
</axes> | ||
<rules processing="last"> | ||
<rule name="fold_I_serifs"> | ||
<conditionset> | ||
</conditionset> | ||
<sub name="I" with="I.narrow"/> | ||
</rule> | ||
<rule name="fold_S_terminals"> | ||
<conditionset> | ||
</conditionset> | ||
<sub name="S" with="S.closed"/> | ||
</rule> | ||
</rules> | ||
<sources> | ||
<source filename="MutatorSansLightCondensed.ufo" familyname="MutatorMathTest" stylename="LightCondensed"> | ||
<location> | ||
<dimension name="width" xvalue="0"/> | ||
<dimension name="weight" xvalue="0"/> | ||
</location> | ||
</source> | ||
</sources> | ||
</designspace> |