summaryrefslogtreecommitdiff
path: root/scripts/build-v2.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build-v2.py')
-rw-r--r--scripts/build-v2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build-v2.py b/scripts/build-v2.py
index d987116..c232ad3 100644
--- a/scripts/build-v2.py
+++ b/scripts/build-v2.py
@@ -61,7 +61,8 @@ FAMILYNAME = "Roboto"
proj.buildOTF = True
#proj.checkOTFOutlines = True
#proj.autohintOTF = True
-#proj.buildFEA = True
+proj.buildTTF = True
+proj.buildFEA = True
proj.generateFont(th.font,"%s/Thin/Regular/Th"%FAMILYNAME)
proj.generateFont(Mix([th,rg], 0.45),"%s/Light/Regular/Lt"%FAMILYNAME)