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:
@ -56,7 +56,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Origin = Anchor.BottomCentre,
|
||||
Alpha = 0,
|
||||
Font = OsuFont.GetFont(size: 12)
|
||||
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Regular)
|
||||
},
|
||||
new Container
|
||||
{
|
||||
|
Reference in New Issue
Block a user