Better align fonts to weights

This commit is contained in:
Dean Herbert
2020-03-04 11:21:37 +09:00
parent db56fb5759
commit 4294ed4b64
2 changed files with 31 additions and 8 deletions

View File

@ -58,7 +58,7 @@ namespace osu.Game.Online.Leaderboards
Spacing = new Vector2(-3, 0),
Padding = new MarginPadding { Top = 5 },
Colour = getRankNameColour(),
Font = OsuFont.GetFont(Typeface.Venera, 25),
Font = OsuFont.Numeric.With(size: 25),
Text = getRankName(),
ShadowColour = Color4.Black.Opacity(0.3f),
ShadowOffset = new Vector2(0, 0.08f),