https://github.com/vovayatsyuk/getfonts
Google fonts dowloader
https://github.com/vovayatsyuk/getfonts
google-fonts
Last synced: 4 months ago
JSON representation
Google fonts dowloader
- Host: GitHub
- URL: https://github.com/vovayatsyuk/getfonts
- Owner: vovayatsyuk
- Created: 2022-09-07T06:10:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T08:40:11.000Z (11 months ago)
- Last Synced: 2025-08-05T10:29:53.757Z (11 months ago)
- Topics: google-fonts
- Language: HTML
- Homepage: https://getfonts.vercel.app
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getfonts
This static site allows to download a font and stylesheets with preserved
[unicode ranges](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/unicode-range)
from [fonts.google.com](https://fonts.google.com/).
[Try it!](https://getfonts.vercel.app/)
## Installation
```bash
git clone git@github.com:vovayatsyuk/getfonts.git
```
## Development
```
npm ci && npm run watch
```