NEW 6686
ER: Ignore vendor names in font family lookup
https://bugs.webkit.org/show_bug.cgi?id=6686
Summary ER: Ignore vendor names in font family lookup
Nicholas Shanks
Reported 2006-01-20 06:38:00 PST
Say a website specifies the following CSS: h1 { font-family: "Century", "Garamond", serif; } And the user has the following fonts installed: Apple Garamond BT Adobe Garamond New Century Schoolbook The initial search for a font matching "Century" will fail, as it ought to. However so will the search for Garamond. I believe instead one of the two Garamonds installed should be matched. This can be achieved by having a second font list stripped of all vendor names, which would be searched after exhausting all named families, before resorting to the generic "serif". Likewise, the common terms "Std" and "Pro" could be removed, allowing "Stone Serif" to match "ITC Stone Serif Pro" for example.
Attachments
Joost de Valk (AlthA)
Comment 1 2006-02-15 13:40:54 PST
Mitz says this makes sense.
Sam Sneddon [:gsnedders]
Comment 2 2020-12-22 09:50:01 PST
Filed https://github.com/w3c/csswg-drafts/issues/5819 to try and get some guidance as to whether this is even something we should be considering per-spec; bumping priority down to P5 given this clearly isn't a priority.
Note You need to log in before you can comment on or make changes to this bug.