[Webkit-unassigned] [Bug 267358] Emphasized text does not render on MDN, does on Chrome and Firefox
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 10 19:31:18 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=267358
Karl Dubost <karlcow at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karlcow at apple.com
--- Comment #2 from Karl Dubost <karlcow at apple.com> ---
Very interesting.
```
:root {
--font-fallback: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
--font-body: Inter, var(--font-fallback);
--font-heading: Inter, var(--font-fallback);
…
```
Removing
--font-body: Inter, var(--font-fallback);
makes it work.
or replacing by
--font-body: var(--font-fallback);
makes it work too.
--
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/20240111/19d27df6/attachment.htm>
More information about the webkit-unassigned
mailing list