mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Limit font weight to bold
This commit is contained in:
@ -152,7 +152,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
public HeaderText(string text)
|
||||
{
|
||||
Text = text.ToUpper();
|
||||
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Black);
|
||||
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Bold);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user