Re: [csswg-drafts] [css-fonts] Specifying changes to parameters for fallback fonts (#126)

This is a particular instance of the general issue that stylesheet authors want to have:

```css
some-selector {
  if (condition1) {
    property1: value1;
    property2: value 2;
  else if (condition2) {
   property1: value3;
   property2: value4;
   property3: value5
   }
}
```

_This is not a syntax proposal_. I'm saying that people need to assign **atomic groups of property-value pairs** conditionally (in this case, the condition is which font is actually used).

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 4 February 2021 15:15:22 UTC