Commit f434d2bbbecc71ba1220c65a26aeb3ee1bb45b92

Darren Embry 2021-03-17T12:10:55

we can use 'IBM Courier' with a space for the FamilyName.

diff --git a/convert.sh b/convert.sh
index 86be6dd..00fa150 100755
--- a/convert.sh
+++ b/convert.sh
@@ -7,7 +7,7 @@ mkdir -p sfd
 
 ffconvert --font-name='IBMCourier'              \
           --full-name='IBM Courier'             \
-          --family-name='IBMCourier'            \
+          --family-name='IBM Courier'            \
           --weight='Regular'                    \
           sources/cour.pfa                      \
           sfd/IBM-Courier.sfd                   \
@@ -18,7 +18,7 @@ ffconvert --font-name='IBMCourier'              \
           fonts/IBM-Courier.woff2
 ffconvert --font-name='IBMCourier-Bold'         \
           --full-name='IBM Courier Bold'        \
-          --family-name='IBMCourier'            \
+          --family-name='IBM Courier'            \
           --weight='Bold'                       \
           sources/courb.pfa                     \
           sfd/IBM-Courier-Bold.sfd              \
@@ -29,7 +29,7 @@ ffconvert --font-name='IBMCourier-Bold'         \
           fonts/IBM-Courier-Bold.woff2
 ffconvert --font-name='IBMCourier-Italic'       \
           --full-name='IBM Courier Italic'      \
-          --family-name='IBMCourier'            \
+          --family-name='IBM Courier'            \
           --weight='Regular'                    \
           sources/couri.pfa                     \
           sfd/IBM-Courier-Italic.sfd            \
@@ -40,7 +40,7 @@ ffconvert --font-name='IBMCourier-Italic'       \
           fonts/IBM-Courier-Italic.woff2
 ffconvert --font-name='IBMCourier-BoldItalic'   \
           --full-name='IBM Courier Bold Italic' \
-          --family-name='IBMCourier'            \
+          --family-name='IBM Courier'            \
           --weight='Bold'                       \
           sources/courbi.pfa                    \
           sfd/IBM-Courier-Bold-Italic.sfd       \
diff --git a/fonts/IBM-Courier-Bold-Italic.otf b/fonts/IBM-Courier-Bold-Italic.otf
index 1dfc34f..df0df31 100644
Binary files a/fonts/IBM-Courier-Bold-Italic.otf and b/fonts/IBM-Courier-Bold-Italic.otf differ
diff --git a/fonts/IBM-Courier-Bold-Italic.svg b/fonts/IBM-Courier-Bold-Italic.svg
index ff529a9..973831b 100644
--- a/fonts/IBM-Courier-Bold-Italic.svg
+++ b/fonts/IBM-Courier-Bold-Italic.svg
@@ -9,7 +9,7 @@ Copyright (c) IBM Corporation 1990,1991.
 <defs>
 <font id="IBMCourier-BoldItalic" horiz-adv-x="600" >
   <font-face 
-    font-family="IBMCourier"
+    font-family="IBM Courier"
     font-weight="700"
     font-style="italic"
     font-stretch="normal"
diff --git a/fonts/IBM-Courier-Bold-Italic.ttf b/fonts/IBM-Courier-Bold-Italic.ttf
index 1fdfde2..2c67fee 100644
Binary files a/fonts/IBM-Courier-Bold-Italic.ttf and b/fonts/IBM-Courier-Bold-Italic.ttf differ
diff --git a/fonts/IBM-Courier-Bold-Italic.woff b/fonts/IBM-Courier-Bold-Italic.woff
index c4c0348..bae3d4e 100644
Binary files a/fonts/IBM-Courier-Bold-Italic.woff and b/fonts/IBM-Courier-Bold-Italic.woff differ
diff --git a/fonts/IBM-Courier-Bold-Italic.woff2 b/fonts/IBM-Courier-Bold-Italic.woff2
index 4ca55a8..4c7fec0 100644
Binary files a/fonts/IBM-Courier-Bold-Italic.woff2 and b/fonts/IBM-Courier-Bold-Italic.woff2 differ
diff --git a/fonts/IBM-Courier-Bold.otf b/fonts/IBM-Courier-Bold.otf
index e5d5b89..7ee9105 100644
Binary files a/fonts/IBM-Courier-Bold.otf and b/fonts/IBM-Courier-Bold.otf differ
diff --git a/fonts/IBM-Courier-Bold.svg b/fonts/IBM-Courier-Bold.svg
index a7a3f64..8074308 100644
--- a/fonts/IBM-Courier-Bold.svg
+++ b/fonts/IBM-Courier-Bold.svg
@@ -9,7 +9,7 @@ Copyright (c) IBM Corporation 1990,1991.
 <defs>
 <font id="IBMCourier-Bold" horiz-adv-x="600" >
   <font-face 
-    font-family="IBMCourier"
+    font-family="IBM Courier"
     font-weight="700"
     font-stretch="normal"
     units-per-em="1000"
diff --git a/fonts/IBM-Courier-Bold.ttf b/fonts/IBM-Courier-Bold.ttf
index 2d4477c..de94e8c 100644
Binary files a/fonts/IBM-Courier-Bold.ttf and b/fonts/IBM-Courier-Bold.ttf differ
diff --git a/fonts/IBM-Courier-Bold.woff b/fonts/IBM-Courier-Bold.woff
index 67bab98..b1bbbb9 100644
Binary files a/fonts/IBM-Courier-Bold.woff and b/fonts/IBM-Courier-Bold.woff differ
diff --git a/fonts/IBM-Courier-Bold.woff2 b/fonts/IBM-Courier-Bold.woff2
index 09de13e..8ad3745 100644
Binary files a/fonts/IBM-Courier-Bold.woff2 and b/fonts/IBM-Courier-Bold.woff2 differ
diff --git a/fonts/IBM-Courier-Italic.otf b/fonts/IBM-Courier-Italic.otf
index 5393259..c546a7b 100644
Binary files a/fonts/IBM-Courier-Italic.otf and b/fonts/IBM-Courier-Italic.otf differ
diff --git a/fonts/IBM-Courier-Italic.svg b/fonts/IBM-Courier-Italic.svg
index a67a3c4..bf5d698 100644
--- a/fonts/IBM-Courier-Italic.svg
+++ b/fonts/IBM-Courier-Italic.svg
@@ -9,7 +9,7 @@ Copyright (c) IBM Corporation 1990,1991.
 <defs>
 <font id="IBMCourier-Italic" horiz-adv-x="600" >
   <font-face 
-    font-family="IBMCourier"
+    font-family="IBM Courier"
     font-weight="400"
     font-style="italic"
     font-stretch="normal"
diff --git a/fonts/IBM-Courier-Italic.ttf b/fonts/IBM-Courier-Italic.ttf
index 07dc037..3bc58bb 100644
Binary files a/fonts/IBM-Courier-Italic.ttf and b/fonts/IBM-Courier-Italic.ttf differ
diff --git a/fonts/IBM-Courier-Italic.woff b/fonts/IBM-Courier-Italic.woff
index 8014b4c..91cd372 100644
Binary files a/fonts/IBM-Courier-Italic.woff and b/fonts/IBM-Courier-Italic.woff differ
diff --git a/fonts/IBM-Courier-Italic.woff2 b/fonts/IBM-Courier-Italic.woff2
index a07adfa..d3e1cc8 100644
Binary files a/fonts/IBM-Courier-Italic.woff2 and b/fonts/IBM-Courier-Italic.woff2 differ
diff --git a/fonts/IBM-Courier.otf b/fonts/IBM-Courier.otf
index 363d514..3efd4c5 100644
Binary files a/fonts/IBM-Courier.otf and b/fonts/IBM-Courier.otf differ
diff --git a/fonts/IBM-Courier.svg b/fonts/IBM-Courier.svg
index 8e48720..f4ef2fc 100644
--- a/fonts/IBM-Courier.svg
+++ b/fonts/IBM-Courier.svg
@@ -9,7 +9,7 @@ Copyright (c) IBM Corporation 1990,1991.
 <defs>
 <font id="IBMCourier" horiz-adv-x="600" >
   <font-face 
-    font-family="IBMCourier"
+    font-family="IBM Courier"
     font-weight="400"
     font-stretch="normal"
     units-per-em="1000"
diff --git a/fonts/IBM-Courier.ttf b/fonts/IBM-Courier.ttf
index d98db04..125eb3f 100644
Binary files a/fonts/IBM-Courier.ttf and b/fonts/IBM-Courier.ttf differ
diff --git a/fonts/IBM-Courier.woff b/fonts/IBM-Courier.woff
index aa77cca..be1fef6 100644
Binary files a/fonts/IBM-Courier.woff and b/fonts/IBM-Courier.woff differ
diff --git a/fonts/IBM-Courier.woff2 b/fonts/IBM-Courier.woff2
index 683eea5..58cfafd 100644
Binary files a/fonts/IBM-Courier.woff2 and b/fonts/IBM-Courier.woff2 differ