Bug 870113 - Switch GetFontImpl to Feura Sans, r=jfkthame

This commit is contained in:
Michael Wu 2013-05-09 09:30:57 -04:00
parent 3861333c9f
commit 53fcb076d2

View File

@ -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;