scancss
Version:
A robust CSS stylesheet statistics collector and analyzer
12 lines (10 loc) • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
/**
* https://drafts.csswg.org/css-fonts-4/#generic-font-families
* https://drafts.csswg.org/css-fonts-3/#generic-family-value
* https://developer.mozilla.org/en-US/docs/Web/CSS/font-family#Values
*/
const cssGenericFonts = exports.cssGenericFonts = ['serif', 'sans-serif', 'monospace', 'cursive', 'fantasy', 'system-ui'];