mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Made medium the default font weight
This commit is contained in:
@ -159,7 +159,7 @@ namespace osu.Game.Overlays.Chat
|
||||
{
|
||||
if (Message.IsAction)
|
||||
{
|
||||
t.Font = OsuFont.GetFont(weight: FontWeight.Medium, italics: true);
|
||||
t.Font = OsuFont.GetFont(italics: true);
|
||||
|
||||
if (senderHasBackground)
|
||||
t.Colour = OsuColour.FromHex(message.Sender.Colour);
|
||||
|
Reference in New Issue
Block a user