Skip to content

Commit 475f0be

Browse files
committed
adding woff2 in supportedFileTypes
fixing #75
1 parent 2b76ac3 commit 475f0be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Batch.roboFontExt/lib/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class BatchController(ezui.WindowController):
7878
"TTF WOFF2",
7979
]
8080

81-
supportedFileTypes = ["ufo", "designspace", "otf", "ttf", "woff", "ttx"]
81+
supportedFileTypes = ["ufo", "designspace", "otf", "ttf", "woff", "woff2", "ttx"]
8282

8383
def build(self, sources=[]):
8484
content = f"""

0 commit comments

Comments
 (0)