Open dpeukert opened 4 years ago
👍🏻
This patch worked for me. Thank you!
The formatting example needs to be updated. This worked for me:
./google-font-download --url="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900"
Docs are available here: https://developers.google.com/fonts/docs/css2
Changes:
Things to do:
--format
with something like--legacy-browsers
to download the font with all subsets (or the old API can be used when--format
is used)I wrote these notes down mostly for myself to slowly work through, but if anyone else wants to help, that's even better!