We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1560076 commit 67a3267Copy full SHA for 67a3267
build.py
@@ -258,11 +258,6 @@ def compile_variable_and_save(
258
259
if vtt_compile:
260
print(f"[{familyName} {styleName}] Compiling VTT")
261
-
262
- tree = ET.ElementTree()
263
- TSICfile = tempfile.NamedTemporaryFile()
264
- varFont.saveXML(TSICfile.name, tables=["TSIC"])
265
- tree = ET.parse(TSICfile.name)
266
vttLib.compile_instructions(varFont, ship=True)
267
else:
268
file_path = (OUTPUT_TTF_DIR / str(file_stem+"_VTT")).with_suffix(".ttf")
0 commit comments