Flat skin: tweak font generation.

master
Artem Sapegin 2014-05-13 14:03:59 +04:00
parent f3bc506f9e
commit bf8651349e
1 changed files with 4 additions and 3 deletions

View File

@ -72,12 +72,13 @@ module.exports = function(grunt) {
dest: 'styles/flat/font',
options: {
font: 'social-likes',
types: 'woff,ttf',
embed: 'woff,ttf',
types: 'woff',
embed: 'woff',
template: 'styles/flat/webfont.styl',
stylesheet: 'styl',
hashes: false,
htmlDemo: false
htmlDemo: false,
startCodepoint: 0xF101
}
}
},