Store webfonts locally

master
Sven Slootweg 8 years ago
parent 1e38f03942
commit 5106df786c

1
.gitignore vendored

@ -5,3 +5,4 @@
/old/ /old/
/lib/ /lib/
/app.es5.js /app.es5.js
/notes.md

@ -3,7 +3,8 @@
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"scripts": { "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": { "repository": {
"type": "git", "type": "git",
@ -39,6 +40,7 @@
"gulp-plumber": "^1.1.0", "gulp-plumber": "^1.1.0",
"gulp-remember": "^0.3.1", "gulp-remember": "^0.3.1",
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"split": "^1.0.0" "split": "^1.0.0",
"webfont-dl": "^0.1.2"
} }
} }

Loading…
Cancel
Save