mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
bug 543780 - don't consider FF_DONTCARE fonts to match all generic family names. r=jdaggett
This commit is contained in:
parent
3d63381f9a
commit
d89d21d869
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user