I am trying to render San Francisco fonts on macOS in Chrome, but it seems to be broken on a new update.
It seems to work fine in Safari and on iOS Chrome.
I am not sure what font is loading, but the font weight looks like 100, except when using Roboto instead.
Here is my CSS selector:
h1 {
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-weight: 700;
}
How can I render native macOS fonts in the new Chrome version?
Note: I am also running Catalina 10.15.4, Chrome 81.0.4044.113, and setting font-family: sans-serif; and changing the default sans-serif font in Chrome settings seems to work fine.