aboutsummaryrefslogtreecommitdiff
path: root/patch
diff options
context:
space:
mode:
Diffstat (limited to 'patch')
-rwxr-xr-xpatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch b/patch
index 048a74d..3529458 100755
--- a/patch
+++ b/patch
@@ -2,7 +2,7 @@
from fontTools.ttLib import TTFont
a = TTFont('misc/azuki.ttf')
-b = TTFont('patched/czuki.ttf')
+b = TTFont('exported/czuki.ttf')
a_metrics = a['hmtx'].metrics
b_metrics = b['hmtx'].metrics