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

The reason why it's important that you create an `@font-palette-values` rule is for font fallback. You don't want to specify the `base-palette` number on an element itself because the number will likely be different for each font in the `font-family` list. Instead, you want to create an `@font-palette-values` rule for each item in the `font-family` list, and each rule will specify the appropriate value for that specific font file.

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

Received on Thursday, 16 March 2017 02:54:54 UTC