Re: [csswg-drafts] [css-fonts-4] Better example needed for `font-size-adjust` (#2859)

@matthew-dean the first example now reads

```
p {
 font-family: Verdana, Futura, Times;
}
p.adj {
 font-size-adjust: 0.545;
}

<p>Lorem ipsum dolor sit amet, ...</p>
<p class="adj">Lorem ipsum dolor sit amet, ...</p>
```

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

Received on Wednesday, 4 December 2019 00:50:35 UTC