Skip to content

Commit 793a08b

Browse files
authored
Add .woff file to binary format (flutter#7202)
Fixes flutter/flutter#25285
1 parent 2bd75ae commit 793a08b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/licenses/lib/filesystem.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ FileType identifyFile(String name, Reader reader) {
186186
case '.ttf': return FileType.binary; // TrueType Font
187187
case '.ttcf': // (mac)
188188
case '.ttc': return FileType.binary; // TrueType Collection (windows)
189+
case '.woff': return FileType.binary; // Web Open Font Format
189190
case '.otf': return FileType.binary; // OpenType Font
190191
// Graphics formats
191192
case '.gif': return FileType.binary; // GIF

0 commit comments

Comments
 (0)