[csswg-drafts] Font-family addition (#13935)

jenli358 has just created a new issue for https://github.com/w3c/csswg-drafts:

== Font-family addition ==
You can do this on text with CSS:

p {
        font-family: random;
}

It picks random fonts and puts them by-letter. There is also:

p {
        font-family: pick(Arial, sans-serif, "Segoe UI", "Verdana");
}

which makes it a random font from the specified fonts.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13935 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 16 May 2026 16:59:22 UTC