UNPKG

grunt-ttf2woff

Version:
17 lines (11 loc) 234 B
/* * 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'); };