diff --git a/gulpfile.js b/gulpfile.js index c5a2f77..dd2b30f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -29,7 +29,7 @@ gulp.task('copyFiles', [], function() { gulp .src([ 'src/FiraCode.ttf', - 'src/Fixedsys.ttf', + 'src/FixedSys.ttf', 'src/Inconsolata.ttf', 'src/Monoid.ttf' ]) diff --git a/src/Fixedsys.ttf b/src/FixedSys.ttf similarity index 100% rename from src/Fixedsys.ttf rename to src/FixedSys.ttf