Przeglądaj źródła

Fix styleMapFamilyName and styleName in UFO files

J.M 9 lat temu
rodzic
commit
4db56b8636

+ 3 - 1
source/development/jublonet/Hack-Bold.ufo/fontinfo.plist

@@ -109,10 +109,12 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an
 	<integer>-265</integer>
 	<key>postscriptUnderlineThickness</key>
 	<integer>90</integer>
+	<key>styleMapFamilyName</key>
+	<string>Hack Bold</string>
 	<key>styleMapStyleName</key>
 	<string>regular</string>
 	<key>styleName</key>
-	<string>Regular</string>
+	<string>Bold</string>
 	<key>unitsPerEm</key>
 	<integer>2048</integer>
 	<key>vendorID</key>

+ 3 - 1
source/development/jublonet/Hack-BoldItalic.ufo/fontinfo.plist

@@ -112,10 +112,12 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an
 	<integer>-265</integer>
 	<key>postscriptUnderlineThickness</key>
 	<integer>90</integer>
+	<key>styleMapFamilyName</key>
+	<string>Hack Bold Italic</string>
 	<key>styleMapStyleName</key>
 	<string>regular</string>
 	<key>styleName</key>
-	<string>Regular</string>
+	<string>Bold Italic</string>
 	<key>unitsPerEm</key>
 	<integer>2048</integer>
 	<key>vendorID</key>

+ 3 - 1
source/development/jublonet/Hack-Italic.ufo/fontinfo.plist

@@ -113,10 +113,12 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an
 	<integer>-265</integer>
 	<key>postscriptUnderlineThickness</key>
 	<integer>90</integer>
+	<key>styleMapFamilyName</key>
+	<string>Hack Italic</string>
 	<key>styleMapStyleName</key>
 	<string>regular</string>
 	<key>styleName</key>
-	<string>Regular</string>
+	<string>Italic</string>
 	<key>unitsPerEm</key>
 	<integer>2048</integer>
 	<key>vendorID</key>