Skip to content

Commit

Permalink
add woff2
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 5, 2014
1 parent 970cd70 commit aceb9e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/css-b64-images.js
Expand Up @@ -16,7 +16,8 @@ var fs = require('fs'),
'.svg' : 'image/svg+xml',
'.ttf' : 'application/x-font-ttf',
'.webp' : 'image/webp',
'.woff' : 'application/x-font-woff'
'.woff' : 'application/x-font-woff',
'.woff2' : 'application/font-woff2'
};

module.exports = {
Expand Down

0 comments on commit aceb9e8

Please sign in to comment.