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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build-v2.py b/scripts/build-v2.py
index 61c7cbb..58842d6 100644
--- a/scripts/build-v2.py
+++ b/scripts/build-v2.py
@@ -32,11 +32,11 @@ BASEDIR = os.path.abspath(
# Masters
rg = Master("%s/src/v2/Roboto_Regular.ufo" % BASEDIR,
- anchorPath="%s/res/anchors_regular.txt" % BASEDIR)
+ anchorPath="%s/res/anchors_regular.json" % BASEDIR)
bd = Master("%s/src/v2/Roboto_Bold.ufo" % BASEDIR,
- anchorPath="%s/res/anchors_bold.txt" % BASEDIR)
+ anchorPath="%s/res/anchors_bold.json" % BASEDIR)
th = Master("%s/src/v2/Roboto_Thin.ufo" % BASEDIR,
- anchorPath="%s/res/anchors_thin.txt" % BASEDIR)
+ anchorPath="%s/res/anchors_thin.json" % BASEDIR)
# build condensed masters