UNPKG
grunt-ttf2woff
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.0
Create a WOFF font from a TTF font
github.com/nfroidure/grunt-ttf2woff
nfroidure/grunt-ttf2woff
grunt-ttf2woff
/
Gruntfile.js
17 lines
(11 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* * grunt-ttf2woff * https://github.com/nfroidure/grunt-ttf2woff * * Copyright (c) 2013 Nicolas Froidure * Licensed under the MIT license. */
'use strict'
;
module
.
exports
=
function
(
grunt
) { grunt.
loadTasks
(
'tasks'
); };