Re: [csswg-drafts] [css-fonts-4] [color fonts] How to choose predefined palette with font-palette

Yep!

You could also say
```css
h3 {
    font-family: Bixxxa, Bungeehee;
    font-palette: ToxicGreen;
}
```

and the ToxicGreen palette would be applied correctly to both fonts in `<h3>`, no matter if the glyphs which get rendered are from Bixxxa or Bungeehee.

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

Received on Thursday, 16 March 2017 08:29:28 UTC