Skip to content

Commit 5a5f1dd

Browse files
etzkorncoutoftime
authored andcommitted
Remove Google fonts from gulpfile
1 parent 2febe65 commit 5a5f1dd

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

gulpfile.js

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,9 @@ gulp.task('static', () => gulp.
5656
);
5757

5858
gulp.task('fonts', () => gulp.
59-
src([
60-
path.join(
61-
bowerComponents,
62-
'inconsolata-webfont/fonts/inconsolata-regular.*',
63-
),
64-
path.join(bowerComponents, 'fontawesome/fonts/fontawesome-webfont.*'),
65-
path.join(
66-
bowerComponents,
67-
'roboto-webfont-bower/fonts/Roboto-{Bold,Regular}-webfont.*',
68-
),
69-
]).
59+
src(
60+
[path.join(bowerComponents, 'fontawesome/fonts/fontawesome-webfont.*')],
61+
).
7062
pipe(gulp.dest(path.join(distDir, 'fonts'))),
7163
);
7264

0 commit comments

Comments
 (0)