google-font-download icon indicating copy to clipboard operation
google-font-download copied to clipboard

Locally host Google's web fonts

Results 4 google-font-download issues
Sort by recently updated
recently updated
newest added

Docs are available here: https://developers.google.com/fonts/docs/css2 **Changes:** - different syntax for multiple font families - https://developers.google.com/fonts/docs/css2#multiple_families - different format and style syntax - https://developers.google.com/fonts/docs/css2#axis_ranges - "As a general note, the updated...

This PR consolidates the URL parsing logic to one place and adds more tests to verify that it works correctly. I've also added basic v2 API URL handling (throwing an...

Hello. Very convenient bash script that you wrote here. Thank you. My project required self-hosting of fonts for multiple subdomains. I added the `website` parameter to prepend the url to...

Consider the following webpage as a minimal example: ``` body { font-family: "Quicksand", sans-serif; } asdfgéőúáű ``` When I download the Latin Extended variant of Quicksand using only a URL,...