mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 721719 - try Roboto as well as Droid Sans for fallback on Android. r=jdaggett
This commit is contained in:
parent
07f3c6892b
commit
7c8fcc21cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user