UNPKG

css-font-face-src

Version:

A CSS @font-face src property value parser

3 lines (2 loc) 161 B
import { parse } from 'css-font-face-src'; console.log(parse('local("The Font"), url("font.otf") format("opentype"), url("font.woff"), local("Another Font")'));