Browse Source

Merge branch 'dev' into dev-build-scripts

* dev:
  updated openTypNamePreferredSubfamilyName fields in regular, bold, italic, bold italic source to address naming issue for regular font (detected on Windows)
Chris Simpkins 7 years ago
parent
commit
b94cd26e58

+ 1 - 1
source/Hack-Bold.ufo/fontinfo.plist

@@ -107,7 +107,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an
 	<key>openTypeNamePreferredFamilyName</key>
 	<string>Hack</string>
 	<key>openTypeNamePreferredSubfamilyName</key>
-	<string>Hack</string>
+	<string>Bold</string>
 	<key>openTypeNameSampleText</key>
 	<string></string>
 	<key>openTypeNameUniqueID</key>

+ 1 - 1
source/Hack-BoldItalic.ufo/fontinfo.plist

@@ -110,7 +110,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an
 	<key>openTypeNamePreferredFamilyName</key>
 	<string>Hack</string>
 	<key>openTypeNamePreferredSubfamilyName</key>
-	<string>Hack</string>
+	<string>Bold Italic</string>
 	<key>openTypeNameSampleText</key>
 	<string></string>
 	<key>openTypeNameUniqueID</key>

+ 1 - 1
source/Hack-Italic.ufo/fontinfo.plist

@@ -111,7 +111,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an
 	<key>openTypeNamePreferredFamilyName</key>
 	<string>Hack</string>
 	<key>openTypeNamePreferredSubfamilyName</key>
-	<string>Hack</string>
+	<string>Italic</string>
 	<key>openTypeNameSampleText</key>
 	<string></string>
 	<key>openTypeNameUniqueID</key>

+ 1 - 1
source/Hack-Regular.ufo/fontinfo.plist

@@ -108,7 +108,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an
 	<key>openTypeNamePreferredFamilyName</key>
 	<string>Hack</string>
 	<key>openTypeNamePreferredSubfamilyName</key>
-	<string>Hack</string>
+	<string>Regular</string>
 	<key>openTypeNameSampleText</key>
 	<string></string>
 	<key>openTypeNameUniqueID</key>