Skip to content

Commit 57303f9

Browse files
author
p01
committed
Added "font/x-woff" MIME type
1 parent 5ea010a commit 57303f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resource-manager/resource_util.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ cls.ResourceUtil.mime_type_map = {
111111
"font/otf": "font",
112112
"font/truetype": "font",
113113
"font/woff": "font", // not official, but seems to be common
114+
"font/x-woff": "font",
114115

115116
"audio/mid": "audio",
116117
"audio/mpeg": "audio",

0 commit comments

Comments
 (0)