1.2.2 • Published 3 years ago

google-font-family-downloader v1.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Google Font Downloader For Nodejs

Install

npm i google-font-family-downloader

Usage

import { join } from 'path';
import { downloadGoogleFontFamily } from 'google-font-family-downloader';

const FONTS_DIRECTORY = join(process.cwd(), `fonts`);

// some where else
const fonts = await downloadGoogleFontFamily('Roboto', FONTS_DIRECTORY);
1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago