bdusell / webfont-generator

Locally convert fonts to web formats and generate CSS rules
MIT License
191 stars 35 forks source link

Make generation of inline data more efficient #9

Closed bdusell closed 6 years ago

bdusell commented 7 years ago

Currently, inline data URLs are generated by reading files only from the output directory, which always requires copying or generating them there. This sometimes results in files being copied unnecessarily; it should be possible to read the data from input files directly.