From daa0ac49bafadd6929bace6c3dacc50400d448fc Mon Sep 17 00:00:00 2001 From: Michael Wu Date: Thu, 9 May 2013 09:30:57 -0400 Subject: [PATCH] Bug 870113 - Switch GetFontImpl to Feura Sans, r=jfkthame --- widget/gonk/nsLookAndFeel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/gonk/nsLookAndFeel.cpp b/widget/gonk/nsLookAndFeel.cpp index ff24a15dfefe..85aa578a0b30 100644 --- a/widget/gonk/nsLookAndFeel.cpp +++ b/widget/gonk/nsLookAndFeel.cpp @@ -380,7 +380,7 @@ nsLookAndFeel::GetFontImpl(FontID aID, nsString& aFontName, gfxFontStyle& aFontStyle, float aDevPixPerCSSPixel) { - aFontName.AssignLiteral("\"Droid Sans\""); + aFontName.AssignLiteral("\"Feura Sans\""); aFontStyle.style = NS_FONT_STYLE_NORMAL; aFontStyle.weight = NS_FONT_WEIGHT_NORMAL; aFontStyle.stretch = NS_FONT_STRETCH_NORMAL;