未验证 提交 793a08bb 编写于 作者: L liyuqian 提交者: GitHub

Add .woff file to binary format (#7202)

Fixes https://github.com/flutter/flutter/issues/25285
上级 2bd75ae8
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册