/**
* `@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,
};