An open API service indexing awesome lists of open source software.

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

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
```