summaryrefslogtreecommitdiff
path: root/misc/googlefonts
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2020-08-19 03:57:25 +0300
committerRasmus Andersson <rasmus@notion.se>2020-08-19 03:57:25 +0300
commitd76268cf8d778c709ce2e714a36e17d0d23effa9 (patch)
tree0f0a31da1ce5aba1ef64af37660a54ca0c06e4bb /misc/googlefonts
parentcb3d2853b9234b2764124cbc6113f779d419331e (diff)
downloadinter-d76268cf8d778c709ce2e714a36e17d0d23effa9.tar.xz
tooling: upgrade libs, rename VF fext otf -> ttf, add STAT table patch
- upgrades 3rd party libraries used by the toolchain - upgrades fontbuild code to adjust changes to library APIs - renames VF font filename extensions to .ttf - adds better STAT table patch to improve metadata on Windows
Diffstat (limited to 'misc/googlefonts')
-rwxr-xr-xmisc/googlefonts/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/googlefonts/build.sh b/misc/googlefonts/build.sh
index cfee2f49f..d46259a29 100755
--- a/misc/googlefonts/build.sh
+++ b/misc/googlefonts/build.sh
@@ -24,11 +24,11 @@ if $CLEAN; then
fi
# compile multi-axis variable font
-make build/fonts/var/Inter.var.otf
+make build/fonts/var/Inter.var.ttf
# change file type to TTF and change style names to Google Fonts standard.
rm -rf build/googlefonts
mkdir -p build/googlefonts
misc/fontbuild rename --google-style \
- build/fonts/var/Inter.var.otf \
+ build/fonts/var/Inter.var.ttf \
-o build/googlefonts/Inter.var.ttf