Skip to content

Commit

Permalink
Merge pull request #15 from davidar/axes
Browse files Browse the repository at this point in the history
Fix fontmake error
  • Loading branch information
traviskochel committed Jan 18, 2019
2 parents 1a35ca9 + f3a67a9 commit 05264a9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions example/varibox.designspace
@@ -1,17 +1,22 @@
<?xml version="1.0" ?>
<designspace format="3">
<axes>
<axis name="weight" tag="wght" minimum="1" maximum="1000" default="1000">
<labelname xml:lang="en">Weight</labelname>
</axis>
</axes>
<sources>
<source familyname="Varibox" filename="./sources/Varibox-one.ufo" name="master_1">
<lib copy="1"/>
<info copy="1"/>
<kerning copy="1"/>
<location>
<dimension name="weight" xvalue="0.000000"/>
<dimension name="weight" xvalue="1"/>
</location>
</source>
<source familyname="Varibox" filename="./sources/Varibox-two.ufo" name="master_2">
<location>
<dimension name="weight" xvalue="1.000000"/>
<dimension name="weight" xvalue="1000"/>
</location>
</source>
</sources>
Expand All @@ -20,8 +25,8 @@
<info />
<kerning />
<location>
<dimension name="weight" xvalue="0.600000"/>
<dimension name="weight" xvalue="500"/>
</location>
</instance>
</instances>
</designspace>
</designspace>

0 comments on commit 05264a9

Please sign in to comment.