UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 269 B
/** * system-ui value for font-family * Value for `font-family` that represents the default user interface font. * @see https://caniuse.com/font-family-system-ui */ /** * @type {import('../features').Feature} */ export default { 'font-family': 'system-ui', };