Skip to content

Commit

Permalink
Add .woff file to binary format (flutter#7202)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuqian authored Dec 12, 2018
1 parent 2bd75ae commit 793a08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/licenses/lib/filesystem.dart
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ FileType identifyFile(String name, Reader reader) {
case '.ttf': return FileType.binary; // TrueType Font
case '.ttcf': // (mac)
case '.ttc': return FileType.binary; // TrueType Collection (windows)
case '.woff': return FileType.binary; // Web Open Font Format
case '.otf': return FileType.binary; // OpenType Font
// Graphics formats
case '.gif': return FileType.binary; // GIF
Expand Down

0 comments on commit 793a08b

Please sign in to comment.