UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 287 B
/** * `@font-face` descriptor `font-display` that allows control over how a downloadable font renders before it is fully loaded. * * See: https://caniuse.com/css-font-rendering-controls */ /** * @type {import('../features').Feature} */ export default { 'font-display': true, };