Right now we only make a distinction between bold and regular when mapping CSS font weight to Fontconfig font weight. This means that we don't always select the best font. We should be more discerning when asking Fontconfig for the appropriate font.
Created attachment 82206 [details] Patch
Comment on attachment 82206 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=82206&action=review OK. > Source/WebCore/platform/graphics/freetype/FontCacheFreeType.cpp:165 > + return FC_WEIGHT_ULTRABLACK; ULTRA BLACK
Committed r78614: <http://trac.webkit.org/changeset/78614>