Change InfoColumn title font weight

This commit is contained in:
recapitalverb 2020-02-04 19:42:37 +07:00
parent 3571c2b617
commit c12fc67887

View File

@ -125,7 +125,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
{ {
text = new OsuSpriteText text = new OsuSpriteText
{ {
Font = OsuFont.GetFont(size: 10, weight: FontWeight.Black), Font = OsuFont.GetFont(size: 10, weight: FontWeight.Bold),
Text = title.ToUpper() Text = title.ToUpper()
}, },
separator = new Box separator = new Box