bug 721719 - try Roboto as well as Droid Sans for fallback on Android. r=jdaggett

This commit is contained in:
Jonathan Kew 2012-03-17 09:39:09 +00:00
parent 07f3c6892b
commit 7c8fcc21cf

View File

@ -144,6 +144,7 @@ gfxFT2FontGroup::gfxFT2FontGroup(const nsAString& families,
familyArray.AppendElement(nsDependentString(logFont.lfFaceName));
#elif defined(ANDROID)
familyArray.AppendElement(NS_LITERAL_STRING("Droid Sans"));
familyArray.AppendElement(NS_LITERAL_STRING("Roboto"));
#else
#error "Platform not supported"
#endif