- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Wed, 04 Dec 2019 00:50:33 +0000
- To: public-css-archive@w3.org
@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