mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 870113 - Switch GetFontImpl to Feura Sans, r=jfkthame
This commit is contained in:
parent
3861333c9f
commit
53fcb076d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user