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