Re: [csswg-drafts] [css-fonts-4] Percentages in font-weight for relative weights (#2690)

For some of these, it seems like a desired behavior might be to add or subtract a specific adjustment rather than multiplying by a percentage.  For that, perhaps syntax like:

```css
  font-weight: lighter(100);
  font-weight: bolder(300);
  font-stretch: more-condensed(25%); /* better name wanted! */
  font-stretch: more-expanded(12.5%); /* same! */
```

might be desirable?

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

Received on Monday, 1 June 2020 06:45:22 UTC