summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-10-22 00:29:07 +0300
committerRasmus Andersson <rasmus@notion.se>2017-10-22 00:29:07 +0300
commit450ebd64f096bf15b37f9d5ff643345ea0d4ca4e (patch)
tree6ad18fe2ea9027a10b141717b5bd6e7c927b8d72
parentd303e627b42a7f80daad28fa4f85c2f1df2d9950 (diff)
downloadinter-450ebd64f096bf15b37f9d5ff643345ea0d4ca4e.tar.xz
Change name of italic style subfamily from "Regular Italic" to "Italic". Most sensible font managers and apps should match the old name to the new seamlessly
-rwxr-xr-xmisc/ufocompile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ufocompile b/misc/ufocompile
index 6cd0af225..4586cbb2f 100755
--- a/misc/ufocompile
+++ b/misc/ufocompile
@@ -144,7 +144,7 @@ def main():
proj.generateFont(rg.font, "%s/Regular/Regular/Rg" % FAMILYNAME)
if ALL or 'regularitalic' in styles:
- proj.generateFont(rg.font, "%s/Regular Italic/Italic/Rg" % FAMILYNAME,
+ proj.generateFont(rg.font, "%s/Italic/Italic/Rg" % FAMILYNAME,
italic=True, stemWidth=232, italicMeanYCenter=-825, italicNarrowAmount=1)