bug 543780 - don't consider FF_DONTCARE fonts to match all generic family names. r=jdaggett

This commit is contained in:
Jonathan Kew 2010-07-11 20:01:52 +01:00
parent 8d54b7682f
commit 182798d5d4

View File

@ -204,7 +204,7 @@ public:
// All other fonts will be grouped correctly using family...
switch (mWindowsFamily) {
case FF_DONTCARE:
return PR_TRUE;
return PR_FALSE;
case FF_ROMAN:
return aGeneric.EqualsLiteral("serif");
case FF_SWISS: