UNPKG

@swift-ws/gulp-kit

Version:

A starter kit for automating frontend development using Gulp.js.

14 lines 525 B
export const config = { task: { googleFonts: { outputDir: '/fonts/{_family}/', path: '../../fonts/{_family}/', template: '{_family}-{weight}-{comment}.{ext}', list: { //'Raleway': 'https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap', 'Ubuntu': 'https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap', }, dest: {default: 'build'} }, }, };