1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-19 04:51:13 +02:00

fixedsys: correct name

This commit is contained in:
Kushagra Gour
2018-01-26 17:13:43 +05:30
parent 0004437e2b
commit be977f5930
2 changed files with 1 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ gulp.task('copyFiles', [], function() {
gulp gulp
.src([ .src([
'src/FiraCode.ttf', 'src/FiraCode.ttf',
'src/Fixedsys.ttf', 'src/FixedSys.ttf',
'src/Inconsolata.ttf', 'src/Inconsolata.ttf',
'src/Monoid.ttf' 'src/Monoid.ttf'
]) ])