Re: [csswg-drafts] [css-fonts-4] [color fonts] Ability to choose palette and colors by predefined name

```
@font-palette-values Augusta {
  font-family: Handover Sans;
  base-palette: 'Toxic Green';
  override-color:  
    'Main fill' rgb(43, 12, 9),
    'Outline' var(--highlight),
    5 papayawhip;
}
```

New override-color takes a comma-separated list of palette index specifiers (strings, or numerical indexes) and colors. This avoids having strings as descriptor names.

Same rules for duplicates as `font-feature-settings`.

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

Received on Tuesday, 3 July 2018 06:59:24 UTC