1.0.39 • Published 6 years ago

@compositor/webfont v1.0.39

Weekly downloads
533
License
MIT
Repository
github
Last release
6 years ago

@compositor/webfont

Webfont loading utilities

npm i @compositor/webfont
const webfont = require('@compositor/webfont')

const linkTagString = webfont.getLinkTag('"Roboto Mono", monospace')

const stylesheetURL = webfont.getURL('"Roboto Mono", monospace')

webfont.isWebfont('Roboto Mono')
// true

const fonts = webfont.fonts
// array of font names from Google Fonts