Source code

Revision control

Copy as Markdown

Other Tools

// <generic-family> keywords, as specified in
var kGenericFontFamilyKeywords = [
"serif",
"sans-serif",
"cursive",
"fantasy",
"monospace",
"system-ui",
"emoji",
"math",
"fangsong",
"ui-serif",
"ui-sans-serif",
"ui-monospace",
"ui-rounded",
];
// <family-name> values that had/have web-exposed behavior in some browsers, but
// are not defined in the specification.
var kNonGenericFontFamilyKeywords = [
"NonGenericFontFamilyName",
"-webkit-body",
"-webkit-standard",
"-webkit-pictograph",
"BlinkMacSystemFont",
];