[Webkit-unassigned] [Bug 230348] AX: Why does -apple-system-body default to 13px on macOS?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 18 20:13:55 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230348

--- Comment #3 from Myles C. Maxfield <mmaxfield at apple.com> ---
If you want, you can do something like:

<style>
:root {
    font -apple-system-body;
}
#myElement {
    font-size: 130rem;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210919/840c8dd7/attachment.htm>


More information about the webkit-unassigned mailing list