Re: [csswg-drafts] [css-fonts-5] Dynamic text size (#3708)

WebKit's current implementation is intended to work like this:

```css
body {
    font: -apple-system-body;
}
h1 {
    font-size: 1.2rem;
}
```

This is a good place to start the conversation at.

-- 
GitHub Notification of comment by litherum
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3708#issuecomment-469491757 using your GitHub account

Received on Tuesday, 5 March 2019 01:03:44 UTC