MrMaxie / get-google-fonts

Downloads and adapts Google fonts to working offline
Apache License 2.0
62 stars 9 forks source link

Allow multiple fonts to be installed automagically #13

Open lukas-mertens opened 5 years ago

lukas-mertens commented 5 years ago

Is your feature request related to a problem? Please describe. Whenever you execute get-google-fonts -i "<font-url>" multiple times, it downloads all fonts but only adds the first one to the fonts.css-file.

Describe the solution you'd like It would be nice if it would just append the css of the other fonts to the fonts.css-file as well.

This should be pretty straightforward to implement. Is there a specific reason for the current behaviour?