UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 345 B
/** * ui-serif, ui-sans-serif, ui-monospace and ui-rounded values for font-family * Allows more control when choosing system interface fonts * @see https://caniuse.com/extended-system-fonts */ /** * @type {import('../features').Feature} */ export default { 'font-family': ['ui-serif', 'ui-sans-serif', 'ui-monospace', 'ui-rounded'], };