mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Limit font weight to bold
This commit is contained in:
@ -80,7 +80,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
|
||||
{
|
||||
Text = "ACCOUNT",
|
||||
Margin = new MarginPadding { Bottom = 5 },
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Black),
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Bold),
|
||||
},
|
||||
form = new LoginForm
|
||||
{
|
||||
|
Reference in New Issue
Block a user