UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (10 loc) 449 B
/** * CSS Font Loading * This CSS module defines a scripting interface to font faces in CSS, allowing font faces to be easily created and loaded from script. It also provides methods to track the loading status of an individual font, or of all the fonts on an entire page. * @see https://caniuse.com/font-loading */ /** * @type {import('../features').Feature} */ export default {}; /* this feature appears in JS and as such is not linted */