summaryrefslogtreecommitdiffhomepage
path: root/gulpfile.js
diff options
context:
space:
mode:
authorCamil Staps2025-01-29 20:12:34 +0100
committerCamil Staps2025-01-29 20:12:34 +0100
commitd2281d7c11c2820ed42ca2bcc7dc19b0cde5b73b (patch)
tree686d014a2b2f4594a29ed6c5858354adf53eec73 /gulpfile.js
parentUpdate Sass (diff)
Group all publications together
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 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/*')