1.2.2 • Published 5 years ago

google-font-family-downloader v1.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago