We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7379d94 commit 804fdb4Copy full SHA for 804fdb4
1 file changed
Batch.roboFontExt/lib/batchGenerators/batchTools.py
@@ -279,7 +279,7 @@ def generatePaths(
279
280
def WOFF2Builder(sourcePath, destinationPath):
281
fileName, ext = os.path.splitext(destinationPath)
282
- destinationPath = fileName + f"_{ext[1:]}" + ".woff"
+ destinationPath = fileName + f"_{ext[1:]}" + ".woff2"
283
font = TTFont(sourcePath)
284
font.flavor = "woff2"
285
font.save(destinationPath)
0 commit comments