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

Ok, so omitting a `base-palette` would make it invalid, and allow you to start a new palette from scratch?

```
@font-palette-values BixaGreen {
  font-family: Bixa Color;
  override-color:  
    1 green,
    2 limegreen,
    3 palegreen;
}
```

Or _must_ you provide an invalid palette index or invalid palette name?

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

Received on Friday, 6 July 2018 11:39:22 UTC