mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Made medium the default font weight
This commit is contained in:
@ -108,7 +108,7 @@ namespace osu.Game.Overlays.Music
|
||||
text.Clear();
|
||||
|
||||
//space after the title to put a space between the title and artist
|
||||
titleSprites = text.AddText(titleBind.Value + @" ", sprite => sprite.Font = OsuFont.Default).OfType<SpriteText>();
|
||||
titleSprites = text.AddText(titleBind.Value + @" ", sprite => sprite.Font = OsuFont.GetFont(weight: FontWeight.Regular)).OfType<SpriteText>();
|
||||
|
||||
text.AddText(artistBind.Value, sprite =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user