mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Limit font weight to bold
This commit is contained in:
@ -54,7 +54,7 @@ namespace osu.Game.Overlays.Settings
|
||||
{
|
||||
Text = Header.ToUpperInvariant(),
|
||||
Margin = new MarginPadding { Bottom = 10, Left = SettingsPanel.CONTENT_MARGINS, Right = SettingsPanel.CONTENT_MARGINS },
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Black),
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Bold),
|
||||
},
|
||||
FlowContent
|
||||
});
|
||||
|
Reference in New Issue
Block a user