get-google-fonts
get-google-fonts copied to clipboard
Fails to download italic font styles when weight is given as `700italic`
https://github.com/MrMaxie/get-google-fonts/blob/2f8b15f6d7072533ca2ad5e0b74ccf28a313e8c8/main.js#L389
Because of above-linked location, the weights with italic are discarded when italic is mentioned as italic
instead of i
Though, Google fonts CSS API allows the download in both cases.