Skip to content

Instantly share code, notes, and snippets.

@garikaijenje
Created June 26, 2020 11:27
Show Gist options
  • Save garikaijenje/d9aabfb6e5daff3ac2fd3e4bff591cc3 to your computer and use it in GitHub Desktop.
Save garikaijenje/d9aabfb6e5daff3ac2fd3e4bff591cc3 to your computer and use it in GitHub Desktop.
Download fonts from Google Fonts

Run the code in the target directory

curl -o f.zip "https://google-webfonts-helper.herokuapp.com/api/fonts/roboto?download=zip&subsets=latin,latin-ext&variants=regular,700" && unzip f.zip && rm f.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment