UNPKG

css-font-face-src

Version:

A CSS @font-face src property value parser

3 lines (2 loc) 170 B
const parser = require('css-font-face-src'); console.log(parser.parse('local("The Font"), url("font.otf") format("opentype"), url("font.woff"), local("Another Font")'));