Explicitly set exo typeface in a few places

This commit is contained in:
smoogipoo
2019-02-21 19:26:02 +09:00
parent d99eaa3fce
commit 8853f7ad76
6 changed files with 7 additions and 7 deletions

View File

@ -349,7 +349,7 @@ namespace osu.Game.Overlays.Profile
colourBar.Show();
}
void boldItalic(SpriteText t) => t.Font = t.Font.With(weight: FontWeight.Bold, italics: true);
void boldItalic(SpriteText t) => t.Font = t.Font.With(Typeface.Exo, weight: FontWeight.Bold, italics: true);
void lightText(SpriteText t) => t.Alpha = 0.8f;
OsuSpriteText createScoreText(string text) => new OsuSpriteText