[cantarell-fonts] openTypeOS2Type: store in thin and extra bold



commit 1a7efad633b8a259f152dcabfb2709bca701cb26
Author: Nikolaus Waxweiler <madigens gmail com>
Date:   Sun May 19 18:21:40 2019 +0100

    openTypeOS2Type: store in thin and extra bold
    
    Useless, but cuts down on round tripping noise

 src/Cantarell-Bold.ufo/fontinfo.plist  | 4 ++++
 src/Cantarell-Light.ufo/fontinfo.plist | 4 ++++
 2 files changed, 8 insertions(+)
---
diff --git a/src/Cantarell-Bold.ufo/fontinfo.plist b/src/Cantarell-Bold.ufo/fontinfo.plist
index ee891790..40557924 100644
--- a/src/Cantarell-Bold.ufo/fontinfo.plist
+++ b/src/Cantarell-Bold.ufo/fontinfo.plist
@@ -33,6 +33,10 @@
       <integer>0</integer>
       <integer>0</integer>
     </array>
+    <key>openTypeOS2Type</key>
+    <array>
+      <integer>3</integer>
+    </array>
     <key>openTypeOS2VendorID</key>
     <string>ABAT</string>
     <key>postscriptBlueScale</key>
diff --git a/src/Cantarell-Light.ufo/fontinfo.plist b/src/Cantarell-Light.ufo/fontinfo.plist
index 42984a0e..2d0c33da 100644
--- a/src/Cantarell-Light.ufo/fontinfo.plist
+++ b/src/Cantarell-Light.ufo/fontinfo.plist
@@ -33,6 +33,10 @@
       <integer>0</integer>
       <integer>0</integer>
     </array>
+    <key>openTypeOS2Type</key>
+    <array>
+      <integer>3</integer>
+    </array>
     <key>openTypeOS2VendorID</key>
     <string>ABAT</string>
     <key>postscriptBlueScale</key>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]