diff --git a/.gitignore b/.gitignore index b75b3f5..e5003df 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /old/ /lib/ /app.es5.js +/notes.md diff --git a/package.json b/package.json index ce07492..3058314 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "1.0.0", "description": "", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "download-fonts": "webfont-dl 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600,300,200,200italic,300italic,400italic,600italic,900,700italic,900italic&subset=latin,latin-ext' --out ./lib/stylesheets/fonts.css --font-out ./lib/fonts --css-rel ../fonts" }, "repository": { "type": "git", @@ -39,6 +40,7 @@ "gulp-plumber": "^1.1.0", "gulp-remember": "^0.3.1", "gulp-rename": "^1.2.2", - "split": "^1.0.0" + "split": "^1.0.0", + "webfont-dl": "^0.1.2" } }