webfont-dl icon indicating copy to clipboard operation
webfont-dl copied to clipboard

Webfont Downloader

Results 6 webfont-dl issues
Sort by recently updated
recently updated
newest added

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....

dependencies

This should be reasonably easy to support.

help wanted

Ideally local('☺︎') per http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/

help wanted

Not everyone needs legacy IE support, so this should be behind a flag (perhaps default 'on')

help wanted

This could probably be done using one of the zillion node logging libraries.

help wanted

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");...