Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Commit 4d0bf8d

Browse files
author
Felix Hennig
committed
Added FontAwesome webfont and css + gulp task copy
- The 'webfonts' directory is hardcoded in the CSS file
1 parent 8033665 commit 4d0bf8d

10 files changed

Lines changed: 7947 additions & 0 deletions

gulp.d/tasks/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ module.exports = (src, dest, preview) => () => {
103103
.src(['css/site.css', 'css/vendor/*.css'], { ...opts, sourcemaps })
104104
.pipe(postcss((file) => ({ plugins: postcssPlugins, options: { file } }))),
105105
vfs.src('font/*.{ttf,woff*(2)}', opts),
106+
vfs.src('webfonts/*.{ttf,woff*(2)}', opts),
106107
vfs.src('img/**/*.{gif,ico,jpg,png,svg}', opts).pipe(
107108
preview
108109
? through()

0 commit comments

Comments
 (0)