1<?xml version='1.0' encoding='UTF-8'?> 2<designspace format="5.0"> 3 <axes> 4 <axis tag="JSTF" name="Justify" minimum="-100" maximum="100" default="0"/> 5 <axis tag="wght" name="Weight" minimum="100" maximum="900" default="400"> 6 <map input="100" output="26"/> 7 <map input="200" output="39"/> 8 <map input="300" output="58"/> 9 <map input="400" output="90"/> 10 <map input="500" output="108"/> 11 <map input="600" output="128"/> 12 <map input="700" output="151"/> 13 <map input="800" output="169"/> 14 <map input="900" output="190"/> 15 </axis> 16 <axis tag="wdth" name="Width" minimum="62.5" maximum="100" default="100"> 17 <map input="62.5" output="70"/> 18 <map input="75" output="79"/> 19 <map input="87.5" output="89"/> 20 <map input="100" output="100"/> 21 </axis> 22 <mappings description="mappings 1"> 23 <mapping description="justify low"> 24 <input> 25 <dimension name="Justify" xvalue="-100"/> 26 <dimension name="Width" xvalue="100"/> 27 </input> 28 <output> 29 <dimension name="Width" xvalue="70"/> 30 </output> 31 </mapping> 32 </mappings> 33 <mappings description="mappings 2"> 34 <mapping description="test mapping"> 35 <input> 36 <dimension name="Justify" xvalue="100"/> 37 <dimension name="Width" xvalue="70"/> 38 </input> 39 <output> 40 <dimension name="Width" xvalue="100"/> 41 </output> 42 </mapping> 43 </mappings> 44 </axes> 45 <variable-fonts> 46 <variable-font name="NotoSansArabic_Justify_Width"> 47 <axis-subsets> 48 <axis-subset name="Justify"/> 49 <axis-subset name="Width"/> 50 </axis-subsets> 51 </variable-font> 52 <variable-font name="NotoSansArabic_Weight_Width"> 53 <axis-subsets> 54 <axis-subset name="Weight"/> 55 <axis-subset name="Width"/> 56 </axis-subsets> 57 </variable-font> 58 <variable-font name="NotoSansArabic_Weight"> 59 <axis-subsets> 60 <axis-subset name="Weight"/> 61 </axis-subsets> 62 </variable-font> 63 <variable-font name="NotoSansArabic_Width"> 64 <axis-subsets> 65 <axis-subset name="Width"/> 66 </axis-subsets> 67 </variable-font> 68 <variable-font name="NotoSansArabic_Justify"> 69 <axis-subsets> 70 <axis-subset name="Justify"/> 71 </axis-subsets> 72 </variable-font> 73 </variable-fonts> 74 <sources> 75 <source filename="NotoSansArabic-Light.ufo" name="Noto Sans Arabic Light" familyname="Noto Sans Arabic" stylename="Light"> 76 <location> 77 <dimension name="Weight" xvalue="26"/> 78 <dimension name="Width" xvalue="100"/> 79 </location> 80 </source> 81 <source filename="NotoSansArabic-Regular.ufo" name="Noto Sans Arabic Regular" familyname="Noto Sans Arabic" stylename="Regular"> 82 <lib copy="1"/> 83 <groups copy="1"/> 84 <features copy="1"/> 85 <info copy="1"/> 86 <location> 87 <dimension name="Weight" xvalue="90"/> 88 <dimension name="Width" xvalue="100"/> 89 </location> 90 </source> 91 <source filename="NotoSansArabic-SemiBold.ufo" name="Noto Sans Arabic SemiBold" familyname="Noto Sans Arabic" stylename="SemiBold"> 92 <location> 93 <dimension name="Weight" xvalue="151"/> 94 <dimension name="Width" xvalue="100"/> 95 </location> 96 </source> 97 <source filename="NotoSansArabic-Bold.ufo" name="Noto Sans Arabic Bold" familyname="Noto Sans Arabic" stylename="Bold"> 98 <location> 99 <dimension name="Weight" xvalue="190"/> 100 <dimension name="Width" xvalue="100"/> 101 </location> 102 </source> 103 <source filename="NotoSansArabic-CondensedLight.ufo" name="Noto Sans Arabic Condensed Light" familyname="Noto Sans Arabic" stylename="Condensed Light"> 104 <location> 105 <dimension name="Weight" xvalue="26"/> 106 <dimension name="Width" xvalue="70"/> 107 </location> 108 </source> 109 <source filename="NotoSansArabic-Condensed.ufo" name="Noto Sans Arabic Condensed" familyname="Noto Sans Arabic" stylename="Condensed"> 110 <location> 111 <dimension name="Weight" xvalue="90"/> 112 <dimension name="Width" xvalue="70"/> 113 </location> 114 </source> 115 <source filename="NotoSansArabic-CondensedSemiBold.ufo" name="Noto Sans Arabic Condensed SemiBold" familyname="Noto Sans Arabic" stylename="Condensed SemiBold"> 116 <location> 117 <dimension name="Weight" xvalue="151"/> 118 <dimension name="Width" xvalue="70"/> 119 </location> 120 </source> 121 <source filename="NotoSansArabic-CondensedBold.ufo" name="Noto Sans Arabic Condensed Bold" familyname="Noto Sans Arabic" stylename="Condensed Bold"> 122 <location> 123 <dimension name="Weight" xvalue="190"/> 124 <dimension name="Width" xvalue="70"/> 125 </location> 126 </source> 127 </sources> 128</designspace> 129