Skip to content

Instantly share code, notes, and snippets.

@smnbbrv
Last active November 23, 2018 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smnbbrv/a9f0a87b430be2e7acb48a836d99638b to your computer and use it in GitHub Desktop.
Save smnbbrv/a9f0a87b430be2e7acb48a836d99638b to your computer and use it in GitHub Desktop.
Download Google font using google-webfonts-helper. Use within the target directory
# see https://fonts.google.com/attribution for licensing
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