We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b76ac3 commit 475f0beCopy full SHA for 475f0be
1 file changed
Batch.roboFontExt/lib/batch.py
@@ -78,7 +78,7 @@ class BatchController(ezui.WindowController):
78
"TTF WOFF2",
79
]
80
81
- supportedFileTypes = ["ufo", "designspace", "otf", "ttf", "woff", "ttx"]
+ supportedFileTypes = ["ufo", "designspace", "otf", "ttf", "woff", "woff2", "ttx"]
82
83
def build(self, sources=[]):
84
content = f"""
0 commit comments