15 lines
242 B
JavaScript
15 lines
242 B
JavaScript
/**
|
|
* @file
|
|
* @copyright 2021 AnturK https://github.com/AnturK
|
|
* @license MIT
|
|
*/
|
|
|
|
module.exports = {
|
|
name: 'tgfont',
|
|
inputDir: './icons',
|
|
outputDir: './dist',
|
|
fontTypes: ['woff2', 'eot'],
|
|
assetTypes: ['css'],
|
|
prefix: 'tg',
|
|
};
|