changes style names to remove spaces, i.e. "Extra Bold" -> "ExtraBold". This should improve life on MS Windows
This commit is contained in:
parent
6a1af4f060
commit
3be775a4eb
3 changed files with 37 additions and 37 deletions
|
|
@ -3780,7 +3780,7 @@ instanceInterpolations = {
|
||||||
"200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F" = 0.66667;
|
"200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F" = 0.66667;
|
||||||
};
|
};
|
||||||
isItalic = 1;
|
isItalic = 1;
|
||||||
linkStyle = "Extra Light";
|
linkStyle = ExtraLight;
|
||||||
name = "ExtraLight Italic";
|
name = "ExtraLight Italic";
|
||||||
weightClass = 200;
|
weightClass = 200;
|
||||||
},
|
},
|
||||||
|
|
@ -3917,7 +3917,7 @@ instanceInterpolations = {
|
||||||
"D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E" = 0.36;
|
"D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E" = 0.36;
|
||||||
};
|
};
|
||||||
isItalic = 1;
|
isItalic = 1;
|
||||||
linkStyle = "Semi Bold";
|
linkStyle = SemiBold;
|
||||||
name = "SemiBold Italic";
|
name = "SemiBold Italic";
|
||||||
weightClass = 600;
|
weightClass = 600;
|
||||||
},
|
},
|
||||||
|
|
@ -3987,7 +3987,7 @@ instanceInterpolations = {
|
||||||
"D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E" = 0.76;
|
"D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E" = 0.76;
|
||||||
};
|
};
|
||||||
isItalic = 1;
|
isItalic = 1;
|
||||||
linkStyle = "Extra Bold";
|
linkStyle = ExtraBold;
|
||||||
name = "ExtraBold Italic";
|
name = "ExtraBold Italic";
|
||||||
weightClass = 800;
|
weightClass = 800;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3756,7 +3756,7 @@ instanceInterpolations = {
|
||||||
"B1F27B51-9973-4381-9301-4FE46FE1CA59" = 0.66667;
|
"B1F27B51-9973-4381-9301-4FE46FE1CA59" = 0.66667;
|
||||||
"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 0.33333;
|
"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 0.33333;
|
||||||
};
|
};
|
||||||
name = "Extra Light";
|
name = ExtraLight;
|
||||||
weightClass = 200;
|
weightClass = 200;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -3870,7 +3870,7 @@ instanceInterpolations = {
|
||||||
"5C20EF92-B63D-42A8-8878-93C2863E0093" = 0.36;
|
"5C20EF92-B63D-42A8-8878-93C2863E0093" = 0.36;
|
||||||
"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 0.64;
|
"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 0.64;
|
||||||
};
|
};
|
||||||
name = "Semi Bold";
|
name = SemiBold;
|
||||||
weightClass = 600;
|
weightClass = 600;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -3929,7 +3929,7 @@ instanceInterpolations = {
|
||||||
"5C20EF92-B63D-42A8-8878-93C2863E0093" = 0.76;
|
"5C20EF92-B63D-42A8-8878-93C2863E0093" = 0.76;
|
||||||
"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 0.24;
|
"C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265" = 0.24;
|
||||||
};
|
};
|
||||||
name = "Extra Bold";
|
name = ExtraBold;
|
||||||
weightClass = 800;
|
weightClass = 800;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -4040,7 +4040,7 @@ value = "Inter Display";
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key = WWSSubfamilyName;
|
key = WWSSubfamilyName;
|
||||||
value = "Extra Light";
|
value = ExtraLight;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
weightClass = 200;
|
weightClass = 200;
|
||||||
|
|
@ -4210,7 +4210,7 @@ value = "Inter Display";
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key = WWSSubfamilyName;
|
key = WWSSubfamilyName;
|
||||||
value = "Semi Bold";
|
value = SemiBold;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
weightClass = 600;
|
weightClass = 600;
|
||||||
|
|
@ -4298,7 +4298,7 @@ value = "Inter Display";
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key = WWSSubfamilyName;
|
key = WWSSubfamilyName;
|
||||||
value = "Extra Bold";
|
value = ExtraBold;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
weightClass = 800;
|
weightClass = 800;
|
||||||
|
|
|
||||||
Reference in a new issue