webfont-dl
webfont-dl copied to clipboard
Webfont Downloader
Bumps [mkdirp](https://github.com/isaacs/node-mkdirp) from 2.1.5 to 3.0.1. Changelog Sourced from mkdirp's changelog. Changers Lorgs! 3.0 No default exports, just a named export. 2.1 Export CommonJS module without a .default dangly wart....
This should be reasonably easy to support.
Ideally local('☺︎') per http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/
Not everyone needs legacy IE support, so this should be behind a flag (perhaps default 'on')
This could probably be done using one of the zillion node logging libraries.
could have a command line argument to use the original font file names when downloading https://gists.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css ```css @font-face { font-family: GothamPro; src: url(GothamPro-Light.eot); src: url(GothamPro-Light.woff2) format("woff2"),url(GothamPro-Light.woff) format("woff"),url(GothamPro-Light.ttf) format("truetype"),url(GothamPro-Light.svg#GothamPro-Light) format("svg"),url(GothamPro-Light.eot?#iefix) format("embedded-opentype");...