From be977f5930ddf737de7368d03c51b00f8181a572 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 26 Jan 2018 17:13:43 +0530 Subject: [PATCH] fixedsys: correct name --- gulpfile.js | 2 +- src/{Fixedsys.ttf => FixedSys.ttf} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{Fixedsys.ttf => FixedSys.ttf} (100%) 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