Skip to content

Commit 804fdb4

Browse files
committed
nameing the file ext woff2
#69
1 parent 7379d94 commit 804fdb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Batch.roboFontExt/lib/batchGenerators/batchTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def generatePaths(
279279

280280
def WOFF2Builder(sourcePath, destinationPath):
281281
fileName, ext = os.path.splitext(destinationPath)
282-
destinationPath = fileName + f"_{ext[1:]}" + ".woff"
282+
destinationPath = fileName + f"_{ext[1:]}" + ".woff2"
283283
font = TTFont(sourcePath)
284284
font.flavor = "woff2"
285285
font.save(destinationPath)

0 commit comments

Comments
 (0)