mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Made medium the default font weight
This commit is contained in:
@ -88,7 +88,7 @@ namespace osu.Game.Screens.Play
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = Header,
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Medium, size: 30),
|
||||
Font = OsuFont.GetFont(size: 30),
|
||||
Spacing = new Vector2(5, 0),
|
||||
Origin = Anchor.TopCentre,
|
||||
Anchor = Anchor.TopCentre,
|
||||
|
Reference in New Issue
Block a user