Fix a few incorrect fonts

This commit is contained in:
smoogipoo
2019-03-02 13:25:59 +09:00
parent c5011de774
commit 83a02d32f7
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ namespace osu.Game.Overlays.Chat
Drawable effectedUsername = username = new OsuSpriteText
{
Colour = hasBackground ? customUsernameColour : username_colours[message.Sender.Id % username_colours.Length],
Font = OsuFont.GetFont(size: TextSize, weight: FontWeight.Bold, italics: true)
Font = OsuFont.GetFont(size: TextSize, weight: FontWeight.SemiBold, italics: true)
};
if (hasBackground)