mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Limit font weight to bold
This commit is contained in:
@ -53,7 +53,7 @@ namespace osu.Game.Overlays.OSD
|
||||
{
|
||||
Padding = new MarginPadding(10),
|
||||
Name = "Description",
|
||||
Font = OsuFont.GetFont(size: 14, weight: FontWeight.Black),
|
||||
Font = OsuFont.GetFont(size: 14, weight: FontWeight.Bold),
|
||||
Spacing = new Vector2(1, 0),
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
|
Reference in New Issue
Block a user