diff options
author | Camil Staps | 2025-01-29 20:12:34 +0100 |
---|---|---|
committer | Camil Staps | 2025-01-29 20:12:34 +0100 |
commit | d2281d7c11c2820ed42ca2bcc7dc19b0cde5b73b (patch) | |
tree | 686d014a2b2f4594a29ed6c5858354adf53eec73 /gulpfile.js | |
parent | Update Sass (diff) |
Group all publications together
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js index 855e2a9..0b9053f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -113,6 +113,8 @@ function pdf() { function fonts() { gulp.src('./node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands*') .pipe(gulp.dest('./build/assets/webfonts')); + gulp.src('./node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular*') + .pipe(gulp.dest('./build/assets/webfonts')); gulp.src('./node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid*') .pipe(gulp.dest('./build/assets/webfonts')); gulp.src('./node_modules/academicons/fonts/*') |