Bug 24768 - Font Family computed value only includes the font that was used
Summary: Font Family computed value only includes the font that was used
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://farukat.es/bugs/misc-font-fami...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-23 18:14 PDT by Faruk Ates
Modified: 2022-07-12 12:33 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Faruk Ates 2009-03-23 18:14:20 PDT
Webkit only returns the first specified font in a font-family declaration as Computed Value, regardless of what font is actually used / what fonts are available. See URL for test case with a custom font that you probably won't have on your system. 

The W3C Fonts spec says that the Computed Value should be "as specified":
http://www.w3.org/TR/CSS21/fonts.html#font-family-prop
Comment 1 Brent Fulgham 2022-07-12 12:33:45 PDT
The relevant test case doesn't seem available anymore.