Skip to content

Commit a7cb52f

Browse files
alrradougwilson
authored andcommitted
add .woff2
1 parent 0be986c commit a7cb52f

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

db.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@
300300
"compressible": false,
301301
"extensions": ["woff"]
302302
},
303+
"application/font-woff2": {
304+
"compressible": false,
305+
"extensions": ["woff2"]
306+
},
303307
"application/framework-attributes+xml": {
304308
"source": "iana"
305309
},

lib/compressible.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
],
2929
"notes": "File type is already compressed."
3030
},
31+
"application/font-woff2": {
32+
"compressible": false,
33+
"sources": [
34+
"http://dev.w3.org/webfonts/WOFF2/spec/#IMT"
35+
],
36+
"notes": "File type is already compressed."
37+
},
3138
"application/gzip": {
3239
"compressible": false
3340
},

lib/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"application/font-woff2": [
3+
"woff2"
4+
],
25
"text/jade": [
36
"jade"
47
],

0 commit comments

Comments
 (0)