1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<?xml version='1.0' encoding='UTF-8'?>
<designspace format="4.0">
<axes>
<axis tag="wght" name="Weight" minimum="400" maximum="700" default="400"/>
</axes>
<sources>
<source filename="NewFont-Regular.ufo" name="New Font Regular" familyname="New Font" stylename="Regular">
<lib copy="1"/>
<groups copy="1"/>
<features copy="1"/>
<info copy="1"/>
<location>
<dimension name="Weight" xvalue="400"/>
</location>
</source>
<source filename="NewFont-Bold.ufo" name="New Font Bold" familyname="New Font" stylename="Bold">
<location>
<dimension name="Weight" xvalue="700"/>
</location>
</source>
</sources>
<lib>
<dict>
<key>public.skipExportGlyphs</key>
<array>
<string>b</string>
<string>d</string>
</array>
</dict>
</lib>
</designspace>
|