Limit font weight to bold

This commit is contained in:
Joehu
2020-03-16 16:32:25 -07:00
parent 10eccbcf3b
commit f7ea20a926
9 changed files with 9 additions and 14 deletions

View File

@ -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,