summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/anchors_bold.json (renamed from res/anchors_bold.txt)0
-rw-r--r--res/anchors_regular.json (renamed from res/anchors_regular.txt)0
-rw-r--r--res/anchors_thin.json (renamed from res/anchors_thin.txt)0
-rw-r--r--scripts/build-v2.py6
4 files changed, 3 insertions, 3 deletions
diff --git a/res/anchors_bold.txt b/res/anchors_bold.json
index e3fc23d..e3fc23d 100644
--- a/res/anchors_bold.txt
+++ b/res/anchors_bold.json
diff --git a/res/anchors_regular.txt b/res/anchors_regular.json
index 8ec490a..8ec490a 100644
--- a/res/anchors_regular.txt
+++ b/res/anchors_regular.json
diff --git a/res/anchors_thin.txt b/res/anchors_thin.json
index 1d4fe8b..1d4fe8b 100644
--- a/res/anchors_thin.txt
+++ b/res/anchors_thin.json
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