Re: [css-houdini-drafts] [css-typed-om] Font Family Name doesn't uniquely identify a font face

`@font-face` is the CSS concept; `FontFace` is the JS concept (there's a `FontFace` for every `@font-face`).

> Naively, the idea of being able to specify an exact, loaded font as the text rendering font seems to be the most basic primitive we could support.

Sure, but that's not what 'font' does, or any other property in CSS.  This is my point - there's no circumstance in TypedOM spec that can return something that corresponds to an exact font face; there's no `<font-face>` type paralleling the `<image>` type.  `'font'` is a font query.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/405#issuecomment-323423605 using your GitHub account

Received on Friday, 18 August 2017 18:11:14 UTC