summaryrefslogtreecommitdiffhomepage
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 8fd7481..fa322d0 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -114,6 +114,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-solid*')
+ .pipe(gulp.dest('./build/assets/webfonts'));
gulp.src('./node_modules/academicons/fonts/*')
.pipe(gulp.dest('./build/assets/fonts'));
return gulp.src('./resources/fonts/*')