Skip to content

Instantly share code, notes, and snippets.

View sheeshmohsin's full-sized avatar

Sheesh Mohsin sheeshmohsin

  • Bangalore, India
View GitHub Profile
@sheeshmohsin
sheeshmohsin / google-font-dl.py
Created June 23, 2016 08:05 — forked from fedir/google-font-dl.py
Script to download google fonts locally (for web development off-line, for example). Use : python getAllGoogleFonts.py Dosis
#!/usr/bin/env python
#
# Downloader for Google Web Fonts
#
# For usage information run with "--help"
#
# Works on Python 2.6 and later, 3 and later
# Requires tinycss (and argparse for Python 2.6) from pip
#
# Permission is hereby granted, free of charge, to any person obtaining a copy